summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorDan Davison <dandavison7@gmail.com>2020-02-28 12:03:58 -0600
committerDan Davison <dandavison7@gmail.com>2020-02-28 12:04:54 -0600
commit657bdf030790155803c6498c93a1a2f2efdf35cd (patch)
treee19aadcc71e85082a2a94cf4040173b19bb6a3a8 /Makefile
parentcc8ffaa9b4fd1fc91ccfd73b4da258ed4a433ec8 (diff)
Build release version in Makefile
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
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