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
616 B
16 lines
616 B
Index: src/github.com/fatedier/frp/Makefile |
|
--- src/github.com/fatedier/frp/Makefile.orig 2021-01-17 19:42:48.279175000 +0100 |
|
+++ src/github.com/fatedier/frp/Makefile 2021-01-17 19:43:05.275114000 +0100 |
|
@@ -20,10 +20,10 @@ |
|
go fmt ./... |
|
|
|
frps: |
|
- env CGO_ENABLED=0 go build -trimpath -ldflags "$(LDFLAGS)" -o bin/frps ./cmd/frps |
|
+ env CGO_ENABLED=0 go build -v -trimpath -ldflags "$(LDFLAGS)" -o bin/frps ./cmd/frps |
|
|
|
frpc: |
|
- env CGO_ENABLED=0 go build -trimpath -ldflags "$(LDFLAGS)" -o bin/frpc ./cmd/frpc |
|
+ env CGO_ENABLED=0 go build -v -trimpath -ldflags "$(LDFLAGS)" -o bin/frpc ./cmd/frpc |
|
|
|
test: gotest |
|
|
|
|