golang-examples/example-systray/Makefile

18 lines
203 B
Makefile

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