浏览代码

clean make file

sainw 3 年之前
父节点
当前提交
588f106621
共有 1 个文件被更改,包括 1 次插入10 次删除
  1. 1 10
      fho_proto/Makefile

+ 1 - 10
fho_proto/Makefile

@@ -2,13 +2,4 @@ gen:
 	protoc --go_out=. --go_opt=paths=source_relative     --go-grpc_out=. --go-grpc_opt=paths=source_relative     *.proto
 
 clean:
-	rm *.go
-
-run-server:
-	go run server/main.go
-
-run-client:
-	go run client/main.go
-	
-test:
-	go test -cover -race ./...
+	rm *.go