golang-examples/example-gocui-mouse/Makefile

9 lines
91 B
Makefile
Raw Normal View History

run:
GO111MODULE="off" go run mouse.go
install:
go install
prep:
go get ${witgoget} .