Drops strip and upx from local release build

This commit is contained in:
Colin Dean 2018-08-09 15:41:33 -04:00
parent b291c90758
commit 4091956cff

View File

@ -1,8 +1,6 @@
.PHONY: all
local:
cargo build --release
strip target/release/miniserve
upx target/release/miniserve
run:
ifndef ARGS