Commit de78c6db authored by Cyrill Gorcunov's avatar Cyrill Gorcunov Committed by Pavel Emelyanov

make: Don't forget to clean protobuf generated file on rebuild

Signed-off-by: 's avatarCyrill Gorcunov <gorcunov@openvz.org>
Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
parent c5f6a082
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment