From 657bdf030790155803c6498c93a1a2f2efdf35cd Mon Sep 17 00:00:00 2001 From: Dan Davison Date: Fri, 28 Feb 2020 12:03:58 -0600 Subject: Build release version in Makefile --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 880518a3..1e36c55b 100644 --- a/Makefile +++ b/Makefile @@ -2,8 +2,7 @@ lint: cargo clippy build: - @printf "____________________________________________________________________________________\n" - cargo build + cargo build --release test: cargo test -- cgit v1.2.3