diff options
Diffstat (limited to 'gui-example/Makefile')
| -rw-r--r-- | gui-example/Makefile | 4 |
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 |
