Commit 1211ca01 authored by Ruslan Kuprieiev's avatar Ruslan Kuprieiev Committed by Pavel Emelyanov

make: clean at test/rpc when performing "make clean" from main dir

Signed-off-by: 's avatarRuslan Kuprieiev <kupruser@gmail.com>
Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
parent c3078e79
......@@ -222,6 +222,7 @@ clean: clean-built
$(Q) $(RM) protobuf-desc-gen.h
$(Q) $(MAKE) -C test/zdtm cleandep clean cleanout
$(Q) $(MAKE) -C test/libcriu clean
$(Q) $(MAKE) -C test/rpc clean
distclean: clean
$(E) " DISTCLEAN"
......
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