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
660 B
16 lines
660 B
Index: src/github.com/fatedier/frp/Makefile |
|
--- src/github.com/fatedier/frp/Makefile.orig 2023-12-15 23:06:33.818680000 +0100 |
|
+++ src/github.com/fatedier/frp/Makefile 2023-12-15 23:08:16.919217000 +0100 |
|
@@ -26,10 +26,10 @@ |
|
go vet ./... |
|
|
|
frps: |
|
- env CGO_ENABLED=0 go build -trimpath -ldflags "$(LDFLAGS)" -tags frps -o bin/frps ./cmd/frps |
|
+ env CGO_ENABLED=0 go build -v -trimpath -ldflags "$(LDFLAGS)" -tags frps -o bin/frps ./cmd/frps |
|
|
|
frpc: |
|
- env CGO_ENABLED=0 go build -trimpath -ldflags "$(LDFLAGS)" -tags frpc -o bin/frpc ./cmd/frpc |
|
+ env CGO_ENABLED=0 go build -v -trimpath -ldflags "$(LDFLAGS)" -tags frpc -o bin/frpc ./cmd/frpc |
|
|
|
test: gotest |
|
|
|
|