make: fix tags

This commit is contained in:
William Casarin
2023-12-25 10:45:51 -08:00
parent 243f6cecd7
commit 7d75570c12

View File

@@ -1,5 +1,5 @@
tags: fake
find src -name '*.rs' | xargs ctags
find . -type d -name target -prune -o -type f -name '*.rs' -print | xargs ctags
.PHONY: fake