mirror of
https://github.com/fatedier/frp.git
synced 2025-07-06 08:24:22 +07:00
utils/conn: support ipv6, fix #62
This commit is contained in:
6
Makefile
6
Makefile
@ -1,15 +1,13 @@
|
||||
export PATH := $(GOPATH)/bin:$(PATH)
|
||||
export GO15VENDOREXPERIMENT := 1
|
||||
|
||||
all: fmt dep build
|
||||
all: fmt build
|
||||
|
||||
build: frps frpc build_test
|
||||
|
||||
build_test: echo_server http_server
|
||||
|
||||
dep: statik
|
||||
|
||||
statik:
|
||||
assets:
|
||||
go get -d github.com/rakyll/statik
|
||||
@go install github.com/rakyll/statik
|
||||
@rm -rf ./src/assets/statik
|
||||
|
Reference in New Issue
Block a user