7 lines
55 B
Makefile
7 lines
55 B
Makefile
|
build:
|
||
|
go build
|
||
|
./example-systray
|
||
|
|
||
|
run:
|
||
|
go run *.go
|