make: add linux build
This commit is contained in:
parent
4d4c9981ef
commit
3b73e9aa00
1 changed files with 4 additions and 1 deletions
5
Makefile
5
Makefile
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue