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