summaryrefslogtreecommitdiff
path: root/cmds/cloudflare/Makefile
blob: bcd88c612c851af1328a1eb7358e443e2c08364b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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