From 8af1c6bad20faea88d10e2c8ce859b3c3ae27051 Mon Sep 17 00:00:00 2001 From: Martin Eskdale Moen Date: Sat, 2 May 2020 15:54:21 +0100 Subject: [PATCH] Accidently added packr command in there --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6adda9f..a711434 100644 --- a/Makefile +++ b/Makefile @@ -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