notedeck/Makefile

9 lines
126 B
Makefile
Raw Permalink Normal View History

2023-07-06 15:40:19 +00:00
all:
cargo check
2023-07-06 15:40:19 +00:00
tags: fake
2023-12-25 18:45:51 +00:00
find . -type d -name target -prune -o -type f -name '*.rs' -print | xargs ctags
2023-07-06 15:40:19 +00:00
.PHONY: fake