golang-examples/example-systray/Makefile

18 lines
203 B
Makefile
Raw Normal View History

2019-06-13 19:53:47 -05:00
build:
go build
./example-systray
init:
apt install libappindicator3-dev
2019-06-13 19:53:47 -05:00
run:
go run *.go
# should update every go dependancy (?)
update:
git pull
go get -v -t -u .
prep:
go get ${witgoget} .