aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2024-02-12 01:48:45 -0500
committerBruce Hill <bruce@bruce-hill.com>2024-02-12 01:48:45 -0500
commite5cebad467e2e807bd1c47073d57c36a9b904327 (patch)
tree12cfdea6d04f277b70c85a16f549d781776cfee8 /Makefile
parent26c89b77dbf7fc124a5b57c2d5846d249ab84a1f (diff)
Hacky kwarg implementation
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 117ce493..e2b77a44 100644
--- a/Makefile
+++ b/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