Skip to content

Commit 3b73e9a

Browse files
dsaxtonjb55
authored andcommitted
make: add linux build
1 parent 4d4c998 commit 3b73e9a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Makefile

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
tags:
2-
find src -name '*.rs' | xargs ctags
2+
find src -name '*.rs' | xargs ctags
3+
4+
build-linux:
5+
cargo build --target x86_64-unknown-linux-musl --release
36

47
.PHONY: tags

0 commit comments

Comments
 (0)