summaryrefslogtreecommitdiff
path: root/example2/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'example2/Makefile')
-rw-r--r--example2/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/example2/Makefile b/example2/Makefile
index 250e900..7b4c2b6 100644
--- a/example2/Makefile
+++ b/example2/Makefile
@@ -1,3 +1,3 @@
all:
- go build
- ./example2
+ # go build
+ GO111MODULE="off" go run main.go