From 81c6d036956f7e6a4414fedb9685a54782206c93 Mon Sep 17 00:00:00 2001 From: jolts Date: Fri, 24 Jan 2025 13:23:13 +0200 Subject: [PATCH] Might have forgotten.. --- Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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