stuff
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -1,3 +1,4 @@
|
||||
/target
|
||||
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