diff options
Diffstat (limited to 'gui-example/Makefile')
| -rw-r--r-- | gui-example/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gui-example/Makefile b/gui-example/Makefile new file mode 100644 index 0000000..b705093 --- /dev/null +++ b/gui-example/Makefile @@ -0,0 +1,5 @@ +run: build + ~/go/bin/gui-example + +build: + GO111MODULE="off" go install |
