summaryrefslogtreecommitdiff
path: root/cmds/helloworld/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'cmds/helloworld/Makefile')
-rw-r--r--cmds/helloworld/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/cmds/helloworld/Makefile b/cmds/helloworld/Makefile
index f18abaf..1d12c3c 100644
--- a/cmds/helloworld/Makefile
+++ b/cmds/helloworld/Makefile
@@ -1,11 +1,11 @@
run: build
./helloworld
-build:
+build-release:
go get -v -u -x .
go build
-build-master:
+build:
GO111MODULE="off" go get -v -x .
GO111MODULE="off" go build
./helloworld