Add toolset clean task

This commit is contained in:
Denis Arh
2018-07-20 10:49:55 +02:00
parent c11a1a74d1
commit 78c9d9ae76
+3
View File
@@ -61,3 +61,6 @@ $(SPEC):
$(PROTOC):
$(GOGET) github.com/golang/protobuf/protoc-gen-go
clean.tools:
rm -f $(SPEC) $(PROTOC) $(REALIZE)