diff --git a/Makefile b/Makefile index d892d07..c9e182e 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}