diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2024-02-24 15:32:02 -0500 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2024-02-24 15:32:02 -0500 |
| commit | 0591d3db3a10f5b7e8788a856b708dd0c14a971e (patch) | |
| tree | ee0b0ab83391bd1ee9b118d022d6ae16b6047604 /Makefile | |
| parent | a1593ad8e4bdbd5f821cf9006587f2ff97dd965f (diff) | |
Rename folder
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 CC=tcc ./nextlang "$$f" || break; done + for f in test/*; 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 |
