Update makefile

pull/3/head
lawl 4 years ago
parent 5d28c92931
commit 420b41bd66

@ -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

Loading…
Cancel
Save