Rename folder
This commit is contained in:
parent
a1593ad8e4
commit
0591d3db3a
2
Makefile
2
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 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
|
||||
|
Loading…
Reference in New Issue
Block a user