makefile: add target to generate TAGS file
Dependencies
- [2]
3OHR6ZPHmake: prettify output - [3]
NETL2N53Makefile: add check target - [4]
ZYOEB24Jadd build.ninja, adjust Makefile - [5]
B3XLVPNCAdd ani.c and initial Makefile - [6]
YMWRMSQ6Makefile: add 'make fmt' - [7]
2C2EF2GKmove blake3 files to vendor/blake3 - [*]
3NA345CNAdd zstd_seekable + many headers
Change contents
- edit in Makefile at line 11[2.94][9.78676]
FIND = find - edit in Makefile at line 53
etags:$(FIND) . \\( -name .git -type d -prune \) \-o \( -name build -type d -prune \) \-o \( -name '*.[hc]' -type f -print \) \| sed -e 's|^\./||' \| xargs etags -a -o TAGS - replacement in Makefile at line 66
.PHONY: clean fmt build graph check[4.766].PHONY: clean fmt build graph check etags