From 420b41bd662781db2b4316fdc8935667119b234b Mon Sep 17 00:00:00 2001 From: lawl Date: Sun, 5 Jul 2020 17:17:34 +0200 Subject: [PATCH] Update makefile --- Makefile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Makefile b/Makefile index f43cabf..0cc3297 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,9 @@ +dev: + go generate + go build release: go generate CGO_ENABLED=0 GOOS=linux go build -a -ldflags '-s -w -extldflags "-static"' . + upx noisetorch + tar cvzf NoiseTorch_x64.tgz noisetorch + rm noisetorch