Skip to content

Commit

Permalink
Accidently added packr command in there
Browse files Browse the repository at this point in the history
  • Loading branch information
botto committed May 2, 2020
1 parent 18a6b1c commit 8af1c6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 8af1c6b

Please sign in to comment.