summaryrefslogtreecommitdiff
path: root/cmds/gui-demo/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2021-10-28 04:10:48 -0500
committerJeff Carr <[email protected]>2021-10-28 04:10:48 -0500
commit983a60903badac53d1418065843e0d814eb2cb67 (patch)
tree81d70db3abe591f3dfbff8dfbe91440d549a88d9 /cmds/gui-demo/Makefile
parent81c44bce5313d4415a0fa062ececc4547832d66d (diff)
NODE: almost out of the rabbit hole
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'cmds/gui-demo/Makefile')
-rw-r--r--cmds/gui-demo/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/cmds/gui-demo/Makefile b/cmds/gui-demo/Makefile
new file mode 100644
index 0000000..2dbc808
--- /dev/null
+++ b/cmds/gui-demo/Makefile
@@ -0,0 +1,5 @@
+run: build
+ ./gui-demo
+
+build:
+ GO111MODULE="off" go build