6 lines
71 B
Makefile
6 lines
71 B
Makefile
|
run: build
|
||
|
~/go/bin/gui-example
|
||
|
|
||
|
build:
|
||
|
GO111MODULE="off" go install
|