7 lines
79 B
Makefile
7 lines
79 B
Makefile
|
|
test: test.c hm.h
|
|
cc -Wall -Wextra -ggdb -o test test.c
|
|
|
|
clean:
|
|
rm -rf test
|