Disable tests on `make debug`

This commit is contained in:
= 2020-05-22 06:11:35 +01:00
parent 20f1985e1d
commit ba2cf83759
1 changed files with 1 additions and 1 deletions

View File

@ -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)