carg-parse/makefile

9 lines
247 B
Makefile
Raw Normal View History

2023-05-11 20:28:14 +00:00
test: carg-parse.c carg-parse.h test.c
@echo "BUILDING"
@clang ./test.c ./carg-parse.c -o ./test
@echo "DONE"
2023-05-11 20:38:27 +00:00
stress: ./test
2023-05-11 20:28:14 +00:00
@echo "STRESSING - if you see any errors / segfaults / fuckups please revert changes or open an issue"
2023-05-11 20:37:32 +00:00
@./stress.sh