aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2024-08-13 02:09:18 -0400
committerBruce Hill <bruce@bruce-hill.com>2024-08-13 02:09:18 -0400
commit158a1c6ad2d9b3f2a598e6d1d8debcc824ad73d0 (patch)
treec7f05fc95b47e51bd9aa200860ebfdecee91fe57 /Makefile
parenta32d90fcd737a27fd2d098a8d81b5965917439cf (diff)
More fixes
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d115aad7..8780ec21 100644
--- a/Makefile
+++ b/Makefile
@@ -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'