From 4e7bbd89900a733593f0848778103c1cf1a7145d Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Mon, 1 Jan 2024 15:43:50 -0600 Subject: reorg to final resting place at go.wit.com/gui/gui Signed-off-by: Jeff Carr --- examples/console-ui-helloworld/Makefile | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 examples/console-ui-helloworld/Makefile (limited to 'examples/console-ui-helloworld/Makefile') diff --git a/examples/console-ui-helloworld/Makefile b/examples/console-ui-helloworld/Makefile deleted file mode 100644 index f63c8a9..0000000 --- a/examples/console-ui-helloworld/Makefile +++ /dev/null @@ -1,15 +0,0 @@ -run: build - ./console-ui-helloworld - reset - ldd ./console-ui-helloworld - -build-release: - go get -v -u -x . - go build - -build: - GO111MODULE="off" go get -v -x . - GO111MODULE="off" go build - -update: - GO111MODULE="off" go get -v -u -x . -- cgit v1.2.3