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