Add cleanproto target

Signed-off-by: Jonathon Anderson <janderson@ciq.com>
This commit is contained in:
Jonathon Anderson
2023-09-01 07:31:51 -06:00
parent ebe676c385
commit 6df8b4907b

View File

@@ -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)