makefile: add target to generate TAGS file

laumann
May 26, 2023, 1:17 PM
SADDDVGOIIOYE3PV2YXXD43WEYQZCV6BROSL6VBE2NQB5N4B6Q4QC

Dependencies

  • [2] 3OHR6ZPH make: prettify output
  • [3] NETL2N53 Makefile: add check target
  • [4] ZYOEB24J add build.ninja, adjust Makefile
  • [5] B3XLVPNC Add ani.c and initial Makefile
  • [6] YMWRMSQ6 Makefile: add 'make fmt'
  • [7] 2C2EF2GK move blake3 files to vendor/blake3
  • [*] 3NA345CN Add zstd_seekable + many headers

Change contents

  • edit in Makefile at line 11
    [2.94]
    [9.78676]
    FIND = find
  • edit in Makefile at line 53
    [3.82]
    [4.677]
    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
    [4.766][3.83:119]()
    .PHONY: clean fmt build graph check
    [4.766]
    .PHONY: clean fmt build graph check etags