diff --git a/src/Makefile b/src/Makefile index e1a51eb..92cff3d 100644 --- a/src/Makefile +++ b/src/Makefile @@ -7,7 +7,7 @@ SCRIPTDIR ?= /usr/local/share/pebblisp GCC_COM ?= gcc -g -O0 -Wall -o $(exe) -D STANDALONE -DSCRIPTDIR=\"$(SCRIPTDIR)\" all: - $(GCC_COM) $(files) && echo; ./tests.sh + $(GCC_COM) $(files) && echo && ./tests.sh notest: $(GCC_COM) $(files)