Browse Source

clean make file

sainw 3 years ago
parent
commit
588f106621
1 changed files with 1 additions and 10 deletions
  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