From 9d075afb1df62276dea06be4a188eaee8fc69420 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sun, 3 Dec 2023 16:08:39 -0600 Subject: clean and rename examples fix syntax try new goreadme remove autogenerated go readme.md Signed-off-by: Jeff Carr --- examples/console-ui-helloworld/Makefile | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create 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 new file mode 100644 index 0000000..f63c8a9 --- /dev/null +++ b/examples/console-ui-helloworld/Makefile @@ -0,0 +1,15 @@ +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