diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2024-02-24 15:31:26 -0500 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2024-02-24 15:31:26 -0500 |
| commit | a1593ad8e4bdbd5f821cf9006587f2ff97dd965f (patch) | |
| tree | e73a6a1f1200f1924d1ce6f176fc1329d919eaae /Makefile | |
| parent | a33de1a36e64fa87be74517ee94ea6e20a8d9223 (diff) | |
Make CC an environment variable that's read from
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
