6 lines
59 B
Makefile
6 lines
59 B
Makefile
|
run: build
|
||
|
./gui-demo
|
||
|
|
||
|
build:
|
||
|
GO111MODULE="off" go build
|