fix rm script
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
This commit is contained in:
parent
632dcbc4e3
commit
e6160c4146
|
@ -25,11 +25,10 @@ _testmain.go
|
||||||
|
|
||||||
gin-bin
|
gin-bin
|
||||||
key.pem
|
key.pem
|
||||||
bin/*
|
bin
|
||||||
.DS_Store
|
.DS_Store
|
||||||
gorush/log/*.log
|
gorush/log/*.log
|
||||||
gorush.db
|
gorush.db
|
||||||
Dockerfile.tmp
|
|
||||||
.cover
|
.cover
|
||||||
*.db*
|
*.db*
|
||||||
coverage.txt
|
coverage.txt
|
||||||
|
|
3
Makefile
3
Makefile
|
@ -189,8 +189,7 @@ clean:
|
||||||
find . -name coverage.txt -delete
|
find . -name coverage.txt -delete
|
||||||
find . -name *.tar.gz -delete
|
find . -name *.tar.gz -delete
|
||||||
find . -name *.db -delete
|
find . -name *.db -delete
|
||||||
-rm -rf bin/* \
|
-rm -rf bin dist .cover
|
||||||
.cover
|
|
||||||
|
|
||||||
rpc/example/node/gorush_*_pb.js: rpc/proto/gorush.proto
|
rpc/example/node/gorush_*_pb.js: rpc/proto/gorush.proto
|
||||||
protoc -I rpc/proto rpc/proto/gorush.proto --js_out=import_style=commonjs,binary:rpc/example/node/ --grpc_out=rpc/example/node/ --plugin=protoc-gen-grpc=$(NODE_PROTOC_PLUGIN)
|
protoc -I rpc/proto rpc/proto/gorush.proto --js_out=import_style=commonjs,binary:rpc/example/node/ --grpc_out=rpc/example/node/ --plugin=protoc-gen-grpc=$(NODE_PROTOC_PLUGIN)
|
||||||
|
|
Loading…
Reference in New Issue