From ba2cf837597f7ad246d03d809ef224b3c4d3efb8 Mon Sep 17 00:00:00 2001 From: = <=> Date: Fri, 22 May 2020 06:11:35 +0100 Subject: [PATCH] Disable tests on `make debug` --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)