aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2024-02-24 15:31:26 -0500
committerBruce Hill <bruce@bruce-hill.com>2024-02-24 15:31:26 -0500
commita1593ad8e4bdbd5f821cf9006587f2ff97dd965f (patch)
treee73a6a1f1200f1924d1ce6f176fc1329d919eaae /Makefile
parenta33de1a36e64fa87be74517ee94ea6e20a8d9223 (diff)
Make CC an environment variable that's read from
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f5682ee0..e44a17e4 100644
--- a/Makefile
+++ b/Makefile
@@ -40,7 +40,7 @@ tags:
ctags *.[ch] **/*.[ch]
test: nextlang
- for f in tests/*; do echo -e "\x1b[1;4m$$f\x1b[m"; VERBOSE=0 ./nextlang "$$f" || break; done
+ for f in tests/*; do echo -e "\x1b[1;4m$$f\x1b[m"; VERBOSE=0 CC=tcc ./nextlang "$$f" || break; done
clean:
rm -f nextlang *.o SipHash/halfsiphash.o builtins/*.o libnext.so