Create makefile
This commit is contained in:
parent
9aa06762c9
commit
17d4fd0b90
13
makefile
Normal file
13
makefile
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
test: carg-parse.c carg-parse.h test.c
|
||||||
|
@echo "BUILDING"
|
||||||
|
@clang ./test.c ./carg-parse.c -o ./test
|
||||||
|
@echo "DONE"
|
||||||
|
|
||||||
|
stress:
|
||||||
|
@make test
|
||||||
|
@echo "STRESSING - if you see any errors / segfaults / fuckups please revert changes or open an issue"
|
||||||
|
./test
|
||||||
|
./test -a -a
|
||||||
|
./test --a
|
||||||
|
./test -
|
||||||
|
./test a b c d -a a -b b -c c -d d
|
Loading…
Reference in New Issue
Block a user