carg-parse/makefile
AUnicornWithNoLife e31a2fff3b r
2023-05-11 21:54:43 +01:00

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"