aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d892d07b..c9e182ef 100644
--- a/Makefile
+++ b/Makefile
@@ -50,7 +50,7 @@ tags:
VERBOSE=0 COLOR=1 CC=tcc ./tomo $< 2>&1 | tee $@
test: $(TESTS)
- echo -e '\x1b[32;7m ALL TESTS PASSED! \x1b[m'
+ @echo -e '\x1b[32;7m ALL TESTS PASSED! \x1b[m'
clean:
rm -f tomo *.o SipHash/halfsiphash.o builtins/*.o libtomo.so test/*.tm.{c,h,o,testresult}