diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2024-02-12 00:41:49 -0500 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2024-02-12 00:41:49 -0500 |
| commit | 2c5401aaf731bba58d0db419594068ac24eda143 (patch) | |
| tree | a5eccd94ad7bd0b1a48f7005fe50356d0f261f6f /Makefile | |
| parent | 0f1913353408f46494741b05737d88156b81b7c4 (diff) | |
Deprecate Char type
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |
