Add makefiles
This commit is contained in:
3
frontend/Makefile
Normal file
3
frontend/Makefile
Normal file
@@ -0,0 +1,3 @@
|
||||
all:
|
||||
go build -ldflags="-s -w"
|
||||
# upx --best bird-lgproxy-go
|
||||
3
proxy/Makefile
Normal file
3
proxy/Makefile
Normal file
@@ -0,0 +1,3 @@
|
||||
all:
|
||||
go build -ldflags="-s -w"
|
||||
# upx --best bird-lgproxy-go
|
||||
Reference in New Issue
Block a user