Commit bafb5f1e authored by Cyrill Gorcunov's avatar Cyrill Gorcunov

make: `clean' target should include `cleandep' zdtm target

Signed-off-by: 's avatarCyrill Gorcunov <gorcunov@openvz.org>
Reviewed-by: 's avatarPavel Emelyanov <xemul@parallels.com>
parent a3d2b8d2
......@@ -148,6 +148,7 @@ clean:
$(Q) $(RM) -f ./$(HEAD-BLOB-GEN)
$(Q) $(RM) -f ./$(RHEAD-BLOB-GEN)
$(Q) $(MAKE) -C test/legacy clean
$(Q) $(MAKE) -C test/zdtm cleandep
$(Q) $(MAKE) -C test/zdtm clean
.PHONY: clean
......
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