Rename folder

This commit is contained in:
Bruce Hill 2024-02-24 15:32:02 -05:00
parent a1593ad8e4
commit 0591d3db3a
5 changed files with 1 additions and 1 deletions

View File

@ -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