From 78c9d9ae76a6f2fae5f9b540b1afc28aea1af4ae Mon Sep 17 00:00:00 2001 From: Denis Arh Date: Fri, 20 Jul 2018 10:49:55 +0200 Subject: [PATCH] Add toolset clean task --- Makefile | 3 +++ 1 file changed, 3 insertions(+) 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)