5 lines
113 B
Makefile
5 lines
113 B
Makefile
test: carg-parse.c carg-parse.h test.c
|
|
@echo "BUILDING"
|
|
@clang ./test.c ./carg-parse.c -o ./test
|
|
@echo "DONE"
|