We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d4c998 commit 3b73e9aCopy full SHA for 3b73e9a
Makefile
@@ -1,4 +1,7 @@
1
tags:
2
- find src -name '*.rs' | xargs ctags
+ find src -name '*.rs' | xargs ctags
3
+
4
+build-linux:
5
+ cargo build --target x86_64-unknown-linux-musl --release
6
7
.PHONY: tags
0 commit comments