control-panel-dns/examples/cloudflare/Makefile

25 lines
371 B
Makefile
Raw Normal View History

run: build
./cloudflare
build-release:
go get -v -u -x .
go build
./cloudflare
build:
GO111MODULE="off" go get -v -x .
GO111MODULE="off" go build
update:
GO111MODULE="off" go get -v -u -x .
log:
reset
tail -f /tmp/witgui.* /tmp/guilogfile
gocui: build
./cloudflare -gui gocui >/tmp/witgui.log.stderr 2>&1
quiet:
./cloudflare >/tmp/witgui.log.stderr 2>&1