ソースを参照

assets: update assets

fatedier 8 年 前
コミット
4914472215
2 ファイル変更2 行追加1 行削除
  1. 2 1
      Makefile
  2. 0 0
      src/assets/statik/statik.go

+ 2 - 1
Makefile

@@ -7,6 +7,7 @@ build: frps frpc build_test
 
 build_test: echo_server http_server
 
+# compile assets into binary file
 assets:
 	go get -d github.com/rakyll/statik
 	@go install github.com/rakyll/statik
@@ -21,7 +22,7 @@ fmt:
 
 frps:
 	go build -o bin/frps ./src/cmd/frps
-	cp -rf ./src/assets/static ./bin
+	@cp -rf ./src/assets/static ./bin
 
 frpc:
 	go build -o bin/frpc ./src/cmd/frpc

ファイルの差分が大きいため隠しています
+ 0 - 0
src/assets/statik/statik.go


この差分においてかなりの量のファイルが変更されているため、一部のファイルを表示していません