summaryrefslogtreecommitdiff
path: root/Makefile
blob: cf71e662d032a5a702926ec01ed3f5d8fe9ed0a2 (plain)
1
2
3
4
5
6
7
8
9
10
11
all:
	go build -v -x
	./control-panel-vpn

goimports:
	goimports -w *.go

redomod:
	rm -f go.*
	GO111MODULE= go mod init
	GO111MODULE= go mod tidy