diff --git a/src/Makefile b/src/Makefile index d5fe2f9..277ac35 100644 --- a/src/Makefile +++ b/src/Makefile @@ -11,7 +11,7 @@ val: gcc -g -O0 -o $(exe) -D STANDALONE $(files) && ./tests.sh -val debug: - gcc -g -O0 -o $(exe) -D STANDALONE -D DEBUG $(files) && ./tests.sh + gcc -g -O0 -o $(exe) -D STANDALONE -D DEBUG $(files) run: ./$(exe)