buildsys: extend clean target

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2023-05-17 11:47:00 +02:00
parent 382756c3ec
commit 3e13855d21

View File

@ -44,7 +44,7 @@ upload: $(DEBS)
distclean: clean
clean:
$(MAKE) -C src clean
rm -rf $(BUILDDIR) $(BUILDDIR).tmp *.tar.gz *.dsc *.deb *.changes *.buildinfo
rm -rf $(PACKAGE)-[0-9]*/ *.tar.* *.dsc *.deb *.changes *.buildinfo *.build
.PHONY: dinstall
dinstall: $(DEBS)