Update makefile
This commit is contained in:
parent
7ea387d04a
commit
8e37b9b293
3
makefile
3
makefile
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user