mirror of
https://github.com/aljazceru/notedeck.git
synced 2025-12-30 14:34:23 +01:00
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
|