diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2024-06-17 01:11:15 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2024-06-17 01:11:15 -0400 |
| commit | 6e07749cbb6560f72045c78e0920f0aacdee0713 (patch) | |
| tree | c892b965007960d9e28728fc620e6edf252cfaec /Makefile | |
| parent | c24a53174e34bc4f14668b8e366b07853ad6e7b7 (diff) | |
Tweak test output
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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} |
