diff --git a/Makefile b/Makefile index d6c4269..6c62f05 100644 --- a/Makefile +++ b/Makefile @@ -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