diff options
Diffstat (limited to 'examples/console-ui-helloworld/Makefile')
| -rw-r--r-- | examples/console-ui-helloworld/Makefile | 15 |
1 files changed, 0 insertions, 15 deletions
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 . |
