]> git.proxmox.com Git - proxmox-backup.git/commitdiff
buildsys: fixup clean target
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 12 Jul 2021 06:08:25 +0000 (08:08 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 12 Jul 2021 07:35:05 +0000 (09:35 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
Makefile

index 46bebfb99db64b82d8f59a6d0af555fea10e8fee..4579d5db211320a8c8c19d18290f9b45df3eb03f 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -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