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, 6 insertions, 0 deletions
diff --git a/cmds/gui-example/Makefile b/cmds/gui-example/Makefile
new file mode 100644
index 0000000..638cffc
--- /dev/null
+++ b/cmds/gui-example/Makefile
@@ -0,0 +1,6 @@
+run: build
+ ./gui-example
+
+build:
+ GO111MODULE="off" go -v get .
+ GO111MODULE="off" go build