Files
hm.h/Makefile
2025-11-18 21:35:14 +01:00

7 lines
79 B
Makefile

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