Update makefile

This commit is contained in:
AUnicornWithNoLife 2023-05-11 21:38:27 +01:00
parent 7ea387d04a
commit 8e37b9b293

View File

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