Add Makefile

devel
~erin 2023-03-21 22:44:15 -04:00
parent 075c56423f
commit 1bfaecb74f
Signed by: erin
GPG Key ID: 9A8E308CEFA37A47
2 changed files with 5 additions and 1 deletions

View File

@ -30,4 +30,3 @@ strip = true
opt-level = "z"
lto = true
codegen-units = 1
#upx --best --lzma target/release/min-sized-rust

5
Makefile Normal file
View File

@ -0,0 +1,5 @@
debug:
@cargo run
release:
@cargo build --release
@upx --best --lzma target/release/xenmotif