Removed Makefile

This commit is contained in:
famfo 2022-02-14 18:42:56 +01:00
parent 07f0256ad1
commit e0f49cb6db
2 changed files with 2 additions and 10 deletions

View file

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

View file

@ -3,12 +3,11 @@
Decodes [CIF](https://github.com/comes-group/cif-tests) to PNG, written in the only real programming language that exists, Rust.
Build using the Makefile (`make`) or I'll bonk you.
Build in release mode (`cargo build --release`) or I'll bonk you.
Dependencies:
- `lld`
- `lld`
- `rust nightly`
- [`cargo strip`](https://github.com/guedou/cargo-strip)
Branches:
- `master` "unsafe" branch, uses a reimplementation of the BufReader with multiple safety checks removed for more speed.