Files
hm.h/Makefile
2025-11-18 21:33:06 +01:00

7 lines
79 B
Makefile

test: main.c hm.h
cc -Wall -Wextra -ggdb -o test main.c
clean:
rm -rf test