carg-parse/makefile
AUnicornWithNoLife 8e37b9b293 Update makefile
2023-05-11 21:38:27 +01:00

9 lines
247 B
Makefile

test: carg-parse.c carg-parse.h test.c
@echo "BUILDING"
@clang ./test.c ./carg-parse.c -o ./test
@echo "DONE"
stress: ./test
@echo "STRESSING - if you see any errors / segfaults / fuckups please revert changes or open an issue"
@./stress.sh