slc/makefile
2024-09-26 11:04:17 +02:00

5 lines
89 B
Makefile

debug:
gcc -Wall -g hamt.c main.c -o main
release:
gcc -Wall -O2 hamt.c main.c -o main