summaryrefslogtreecommitdiff
path: root/gui-example/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2021-10-06 11:17:43 -0500
committerJeff Carr <[email protected]>2021-10-06 11:17:43 -0500
commit883159b940e711fbd3560edff8fcc3a2c2f68612 (patch)
treea6405d455cbde7a72fdb7bcee56ab225f308d971 /gui-example/Makefile
parentb40030a6b11a74a0ba1cb34d1eb12d49a3d3ed44 (diff)
EXAMPLE: further improvements to the example
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'gui-example/Makefile')
-rw-r--r--gui-example/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/gui-example/Makefile b/gui-example/Makefile
index b705093..5028ebd 100644
--- a/gui-example/Makefile
+++ b/gui-example/Makefile
@@ -1,5 +1,5 @@
run: build
- ~/go/bin/gui-example
+ ./gui-example
build:
- GO111MODULE="off" go install
+ GO111MODULE="off" go build