Might have forgotten..

This commit is contained in:
jolts 2025-01-24 13:23:13 +02:00
parent 18565cbc56
commit 81c6d03695

View file

@ -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
@rm -rf $(BIN_DIR)