summaryrefslogtreecommitdiff
path: root/example1
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2021-11-03 17:38:50 -0500
committerJeff Carr <[email protected]>2021-11-03 17:38:50 -0500
commit1b08d999ebadadc2dbea1020cec2ec17c6caa845 (patch)
tree5bda3110772c0bb94de192f2922ae5348e8075bf /example1
parentad28138b847a0c9c1cb924977a3c4bc01dba3bb8 (diff)
MAKE: update Makefile rules
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'example1')
-rw-r--r--example1/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/example1/Makefile b/example1/Makefile
index 9fc318d..7b4c2b6 100644
--- a/example1/Makefile
+++ b/example1/Makefile
@@ -1,3 +1,3 @@
all:
- go build
- ./example1
+ # go build
+ GO111MODULE="off" go run main.go