From 8e2ad8178d1b4c75da8386c91a3662dc15b319ed Mon Sep 17 00:00:00 2001 From: mario Date: Sat, 24 Sep 2016 10:58:11 +0200 Subject: [PATCH] Fix imag-bin-release --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a2ecf28e..ac4cbb2f 100644 --- a/Makefile +++ b/Makefile @@ -30,7 +30,7 @@ imag-bin: imag-bin-release: @$(ECHO) "\t[IMAG ][RELEASE]" - @$(CARGO) release --manifest-path ./bin/Cargo.toml + @$(CARGO) build --release --manifest-path ./bin/Cargo.toml imag-bin-update: @$(ECHO) "\t[IMAG ][UPDATE ]"