From 6df8b4907b598c6a6e248a7adca3e37a2f48fa66 Mon Sep 17 00:00:00 2001 From: Jonathon Anderson Date: Fri, 1 Sep 2023 07:31:51 -0600 Subject: [PATCH] Add cleanproto target Signed-off-by: Jonathon Anderson --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index 5bade5f5..568d3312 100644 --- a/Makefile +++ b/Makefile @@ -168,6 +168,10 @@ internal/pkg/api/routes/wwapiv1/%.go: $(PROTOC) $(PROTOC_GEN_GRPC_GATEWAY) $(PRO --grpc-gateway_out=. \ routes.proto +.PHONY: cleanproto +cleanproto: + rm -f $(proto) + .PHONY: cleanconfig cleanconfig: rm -f $(config)