diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2024-08-13 02:09:18 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2024-08-13 02:09:18 -0400 |
| commit | 158a1c6ad2d9b3f2a598e6d1d8debcc824ad73d0 (patch) | |
| tree | c7f05fc95b47e51bd9aa200860ebfdecee91fe57 /Makefile | |
| parent | a32d90fcd737a27fd2d098a8d81b5965917439cf (diff) | |
More fixes
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -47,7 +47,7 @@ tags: $(CC) $(CFLAGS) -c $< -o $@ %.tm.testresult: %.tm tomo - VERBOSE=0 COLOR=1 CC=tcc ./tomo $< 2>$@ >$@ && cat $@ + VERBOSE=0 COLOR=1 CC=gcc ./tomo $< 2>$@ >$@ && cat $@ test: $(TESTS) @echo -e '\x1b[32;7m ALL TESTS PASSED! \x1b[m' |
