mirror of
https://github.com/aljazceru/notedeck.git
synced 2025-12-24 03:24:21 +01:00
9 lines
126 B
Makefile
9 lines
126 B
Makefile
|
|
all:
|
|
cargo check
|
|
|
|
tags: fake
|
|
find . -type d -name target -prune -o -type f -name '*.rs' -print | xargs ctags
|
|
|
|
.PHONY: fake
|