Explorar o código

clean make file

sainw %!s(int64=3) %!d(string=hai) anos
pai
achega
588f106621
Modificáronse 1 ficheiros con 1 adicións e 10 borrados
  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