diff --git a/Makefile b/Makefile index 2bcd622..b17ee32 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ all: @(cd src; make all) test: all - (cd tests; make all) + @(cd tests; make all) clean: @echo "Cleaning..."