From 983a60903badac53d1418065843e0d814eb2cb67 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Thu, 28 Oct 2021 04:10:48 -0500 Subject: NODE: almost out of the rabbit hole 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