ssl support
This commit is contained in:
12
Makefile
12
Makefile
@@ -1,10 +1,22 @@
|
||||
all: build
|
||||
build: fmt lint gobuild
|
||||
vendor: govendor
|
||||
deps: godeps
|
||||
fmt: gofmt
|
||||
lint: golint
|
||||
test: gotest
|
||||
|
||||
deb:
|
||||
debuild -e GOROOT -e PATH -i -us -uc -b
|
||||
|
||||
debclean:
|
||||
debuild clean
|
||||
rm -f ../openvpn-mgt
|
||||
|
||||
govendor:
|
||||
GO111MODULE=on go mod tidy
|
||||
GO111MODULE=on go mod vendor
|
||||
|
||||
gobuild:
|
||||
statik -src=./web/
|
||||
go build
|
||||
|
||||
Reference in New Issue
Block a user