Fix missing definition of cleantools target

Signed-off-by: Jonathon Anderson <janderson@ciq.com>
This commit is contained in:
Jonathon Anderson
2023-09-01 02:57:57 -06:00
parent f6ea3a21a8
commit 39a463c152

View File

@@ -47,4 +47,5 @@ $(PROTOC_GEN_GO_GRPC):
GOBIN="$(PWD)/$(TOOLS_BIN)" go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@v1.2
.PHONY: cleantools
cleantools:
rm -rf $(TOOLS_DIR)