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/helloworld/Makefile | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 examples/helloworld/Makefile (limited to 'examples/helloworld/Makefile') diff --git a/examples/helloworld/Makefile b/examples/helloworld/Makefile deleted file mode 100644 index 961ed8c..0000000 --- a/examples/helloworld/Makefile +++ /dev/null @@ -1,14 +0,0 @@ -run: build - ./helloworld - -build-release: - go get -v -u -x . - go build - ./helloworld - -build: - GO111MODULE="off" go get -v -x . - GO111MODULE="off" go build - -update: - GO111MODULE="off" go get -v -u -x . -- cgit v1.2.3