Add makefiles

This commit is contained in:
Lan Tian 2019-01-08 01:36:03 +08:00
parent a9a07d4de4
commit 52df7f1a89
No known key found for this signature in database
GPG Key ID: 27F31700E751EC22
3 changed files with 6 additions and 0 deletions

BIN
.DS_Store vendored Normal file

Binary file not shown.

3
frontend/Makefile Normal file
View File

@ -0,0 +1,3 @@
all:
go build -ldflags="-s -w"
# upx --best bird-lgproxy-go

3
proxy/Makefile Normal file
View File

@ -0,0 +1,3 @@
all:
go build -ldflags="-s -w"
# upx --best bird-lgproxy-go