Added makefile for building stripped binaries

This commit is contained in:
famfo 2022-02-13 13:02:46 +01:00
parent f7bbc22c6a
commit f7ef75afb5
2 changed files with 9 additions and 0 deletions

2
.gitignore vendored
View file

@ -2,3 +2,5 @@
*.cif
*.png
/.idea/
zardzewialy-dekoder-cif

7
Makefile Normal file
View file

@ -0,0 +1,7 @@
all:
cargo strip --release -- --strip-all -o zardzewialy-dekoder-cif
clean:
cargo clean
rm zardzewialy-dekoder-cif