Noteguard/Makefile
2024-11-18 11:01:04 -08:00

7 lines
129 B
Makefile

tags:
find src -name '*.rs' | xargs ctags
build-linux:
cargo build --target x86_64-unknown-linux-musl --release
.PHONY: tags