From 0ce8c366dc07dbf1807b6b55a67c13dda272f302 Mon Sep 17 00:00:00 2001 From: Cyrill Gorcunov Date: Fri, 13 Dec 2013 15:41:52 +0400 Subject: [PATCH] make: protobuf -- Explicitly clean generated files Signed-off-by: Cyrill Gorcunov Signed-off-by: Pavel Emelyanov --- protobuf/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/protobuf/Makefile b/protobuf/Makefile index 128f7e58f..7ebe77a2d 100644 --- a/protobuf/Makefile +++ b/protobuf/Makefile @@ -112,3 +112,4 @@ ifneq ($(MAKECMDGOALS),clean) endif cleanup-y += $(obj)/*.c.d $(obj)/*.pb-c.c $(obj)/*.pb-c.h +cleanup-y += $(obj)/*.d $(obj)/*.i $(obj)/*.s $(obj)/*.o