Accidently added packr command in there

This commit is contained in:
Martin Eskdale Moen 2020-05-02 15:54:21 +01:00
parent 18a6b1c719
commit 8af1c6bad2

View File

@ -3,5 +3,5 @@
all: build
build:
GGO_ENABLED=0 GOOS=linux packr build -a -ldflags="-s -w" -o dist/dsnet ./cmd/dsnet.go
GGO_ENABLED=0 GOOS=linux go build -a -ldflags="-s -w" -o dist/dsnet ./cmd/dsnet.go
upx dist/dsnet