buildsys: fixup clean target

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2021-07-12 08:08:25 +02:00
parent 82bdf6b5e7
commit 6b85671dd2
1 changed files with 1 additions and 1 deletions

View File

@ -130,7 +130,7 @@ $(DSC): build
.PHONY: clean distclean deb clean
distclean: clean
clean: clean-debs
clean: clean-deb
$(foreach i,$(SUBDIRS), \
$(MAKE) -C $(i) clean ;)
$(CARGO) clean