Hacky kwarg implementation
This commit is contained in:
parent
26c89b77db
commit
e5cebad467
4
Makefile
4
Makefile
@ -36,8 +36,8 @@ libnext.so: metamethods/cord.o util.o SipHash/halfsiphash.o
|
||||
SipHash/halfsiphash.c:
|
||||
git submodule update --init --recursive
|
||||
|
||||
tags: $(wildcard **/*.[ch])
|
||||
ctags **/*.[ch]
|
||||
tags:
|
||||
ctags *.[ch] **/*.[ch]
|
||||
|
||||
clean:
|
||||
rm -f nextlang *.o
|
||||
|
Loading…
Reference in New Issue
Block a user