diff --git a/Makefile b/Makefile index 9c008a1d8..4e8c38e12 100644 --- a/Makefile +++ b/Makefile @@ -61,3 +61,6 @@ $(SPEC): $(PROTOC): $(GOGET) github.com/golang/protobuf/protoc-gen-go + +clean.tools: + rm -f $(SPEC) $(PROTOC) $(REALIZE)