You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

16 lines
417 B

Index: src/github.com/fatedier/frp/Makefile
--- src/github.com/fatedier/frp/Makefile.orig 2019-02-12 20:47:40.093401000 +0100
+++ src/github.com/fatedier/frp/Makefile 2019-02-12 20:48:30.413116000 +0100
@@ -18,10 +18,10 @@
go fmt ./...
frps:
- go build -o bin/frps ./cmd/frps
+ go build -v -o bin/frps ./cmd/frps
frpc:
- go build -o bin/frpc ./cmd/frpc
+ go build -v -o bin/frpc ./cmd/frpc
test: gotest