notedeck/Makefile
2024-02-07 12:13:05 -08:00

6 lines
107 B
Makefile

tags: fake
find . -type d -name target -prune -o -type f -name '*.rs' -print | xargs ctags
.PHONY: fake