diff --git a/makefile b/makefile index 4fd43e1..5d33c96 100644 --- a/makefile +++ b/makefile @@ -3,7 +3,6 @@ test: carg-parse.c carg-parse.h test.c @clang ./test.c ./carg-parse.c -o ./test @echo "DONE" -stress: - @make test +stress: ./test @echo "STRESSING - if you see any errors / segfaults / fuckups please revert changes or open an issue" @./stress.sh