From e0f49cb6dbd274abb6ab99e4e6f8d2b53a2ead80 Mon Sep 17 00:00:00 2001 From: famfo Date: Mon, 14 Feb 2022 18:42:56 +0100 Subject: [PATCH] Removed Makefile --- Makefile | 7 ------- README.md | 5 ++--- 2 files changed, 2 insertions(+), 10 deletions(-) delete mode 100644 Makefile diff --git a/Makefile b/Makefile deleted file mode 100644 index ab84fed..0000000 --- a/Makefile +++ /dev/null @@ -1,7 +0,0 @@ -all: - cargo strip --release -- --strip-all -o zardzewialy-dekoder-cif - -clean: - cargo clean - rm zardzewialy-dekoder-cif - diff --git a/README.md b/README.md index b0031a0..538c823 100644 --- a/README.md +++ b/README.md @@ -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.