summaryrefslogtreecommitdiff
path: root/cmds/gui-example/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'cmds/gui-example/Makefile')
-rw-r--r--cmds/gui-example/Makefile6
1 files changed, 0 insertions, 6 deletions
diff --git a/cmds/gui-example/Makefile b/cmds/gui-example/Makefile
deleted file mode 100644
index 9ecbe55..0000000
--- a/cmds/gui-example/Makefile
+++ /dev/null
@@ -1,6 +0,0 @@
-run: build
- ./gui-example
-
-build:
- GO111MODULE="off" go get -v .
- GO111MODULE="off" go build