diff --git a/Makefile b/Makefile index 93b3015..54509ef 100644 --- a/Makefile +++ b/Makefile @@ -54,7 +54,4 @@ debug: go build -tags debug -gcflags "all=-N -l" -o $(BIN_DIR)/$(BIN_NAME)-$(GOOS)-$(GOARCH)-debug clean: - @rm -rf $(BIN_DIR) - -proto: - protoc --go_out=. --go_opt=paths=source_relative --go-grpc_out=. --go-grpc_opt=paths=source_relative protos/*.proto \ No newline at end of file + @rm -rf $(BIN_DIR) \ No newline at end of file