slc/makefile
2024-09-14 12:54:29 +02:00

5 lines
77 B
Makefile

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