From de78c6db5545241dca66e099c09be8bbe141cbde Mon Sep 17 00:00:00 2001 From: Cyrill Gorcunov Date: Sun, 2 Sep 2012 00:58:02 +0400 Subject: [PATCH] make: Don't forget to clean protobuf generated file on rebuild Signed-off-by: Cyrill Gorcunov Signed-off-by: Pavel Emelyanov --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index c210be6d1..b49174165 100644 --- a/Makefile +++ b/Makefile @@ -121,6 +121,8 @@ rebuild: $(E) " FORCE-REBUILD" $(Q) $(RM) -f ./*.o $(Q) $(RM) -f ./*.d + $(Q) $(RM) -f ./protobuf/*.pb-c.c + $(Q) $(RM) -f ./protobuf/*.pb-c.h $(Q) $(MAKE) clean: cleanpie cleansyscall