buildsys: expand clean target

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2023-05-07 14:23:56 +02:00
parent 33c8f081e2
commit 2847ca2ccd

View File

@ -83,8 +83,7 @@ upload: $(DEBS)
.PHONY: clean
distclean: clean
clean:
rm -rf *.deb *.changes *.dsc *.buildinfo $(BUILDDIR)
find . -name '*~' -exec rm () ';'
rm -rf *.deb *.changes *.dsc *.buildinfo *.build $(PACKAGE)-[0-9]*/ *.tar.?z
.PHONY: dinstall
dinstall: $(DEBS)