summaryrefslogtreecommitdiff
path: root/cmds/helloworld/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'cmds/helloworld/Makefile')
-rw-r--r--cmds/helloworld/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/cmds/helloworld/Makefile b/cmds/helloworld/Makefile
index 1d12c3c..23d5aaa 100644
--- a/cmds/helloworld/Makefile
+++ b/cmds/helloworld/Makefile
@@ -8,7 +8,6 @@ build-release:
build:
GO111MODULE="off" go get -v -x .
GO111MODULE="off" go build
- ./helloworld
update:
GO111MODULE="off" go get -v -u -x .