make: add linux build

This commit is contained in:
Daniel Saxton 2024-11-18 10:59:13 -08:00 committed by William Casarin
parent 4d4c9981ef
commit 3b73e9aa00

View file

@ -1,4 +1,7 @@
tags:
find src -name '*.rs' | xargs ctags
find src -name '*.rs' | xargs ctags
build-linux:
cargo build --target x86_64-unknown-linux-musl --release
.PHONY: tags