golang-examples/example-systray/Makefile

7 lines
55 B
Makefile

build:
go build
./example-systray
run:
go run *.go