Add makefiles
This commit is contained in:
parent
a9a07d4de4
commit
52df7f1a89
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
|
Loading…
x
Reference in New Issue
Block a user