summaryrefslogtreecommitdiff
path: root/gui-example/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2021-10-31 14:21:36 -0500
committerJeff Carr <[email protected]>2021-10-31 14:21:36 -0500
commit213c7d153b06d3e1211d1cdeae1e4f7833cb89f7 (patch)
tree53b489c9df4ea1784be0d626df1497b04183c9be /gui-example/Makefile
parent36e2c6d2e3c266f32325985e98c3776755fdd511 (diff)
REFACTOR: refactor everything to gui.Node structv0.2
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'gui-example/Makefile')
-rw-r--r--gui-example/Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/gui-example/Makefile b/gui-example/Makefile
deleted file mode 100644
index 5028ebd..0000000
--- a/gui-example/Makefile
+++ /dev/null
@@ -1,5 +0,0 @@
-run: build
- ./gui-example
-
-build:
- GO111MODULE="off" go build