aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2024-02-12 00:41:49 -0500
committerBruce Hill <bruce@bruce-hill.com>2024-02-12 00:41:49 -0500
commit2c5401aaf731bba58d0db419594068ac24eda143 (patch)
treea5eccd94ad7bd0b1a48f7005fe50356d0f261f6f /Makefile
parent0f1913353408f46494741b05737d88156b81b7c4 (diff)
Deprecate Char type
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 1460ad5b..117ce493 100644
--- a/Makefile
+++ b/Makefile
@@ -36,7 +36,7 @@ libnext.so: metamethods/cord.o util.o SipHash/halfsiphash.o
SipHash/halfsiphash.c:
git submodule update --init --recursive
-tags:
+tags: $(wildcard **/*.[ch])
ctags **/*.[ch]
clean:
@@ -45,4 +45,4 @@ clean:
%.1: %.1.md
pandoc --lua-filter=.pandoc/bold-code.lua -s $< -t man -o $@
-.PHONY: all clean install uninstall test
+.PHONY: all clean install uninstall test tags