stuff
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1,3 +1,4 @@
|
|||||||
/target
|
/target
|
||||||
logs/
|
logs/
|
||||||
*.mrpack
|
*.mrpack
|
||||||
|
*.tar.gz
|
||||||
5
pleasefile
Normal file
5
pleasefile
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
build:
|
||||||
|
cargo build --release
|
||||||
|
package:
|
||||||
|
@special run build
|
||||||
|
tar -czf uml-x86_64-linux.tar.gz -C target/release uml
|
||||||
Reference in New Issue
Block a user