From 213c7d153b06d3e1211d1cdeae1e4f7833cb89f7 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sun, 31 Oct 2021 14:21:36 -0500 Subject: REFACTOR: refactor everything to gui.Node struct Signed-off-by: Jeff Carr --- cmds/gui-example/Makefile | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 cmds/gui-example/Makefile (limited to 'cmds/gui-example/Makefile') diff --git a/cmds/gui-example/Makefile b/cmds/gui-example/Makefile new file mode 100644 index 0000000..5028ebd --- /dev/null +++ b/cmds/gui-example/Makefile @@ -0,0 +1,5 @@ +run: build + ./gui-example + +build: + GO111MODULE="off" go build -- cgit v1.2.3