buildsys: clean more

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2020-12-03 16:39:10 +01:00
parent a8a8dd847b
commit 83b0b7d185

View File

@ -37,7 +37,7 @@ ${DSC}: ${BUILDDIR}
.PHONY: clean distclean
distclean: clean
clean:
rm -rf *~ *.deb *.changes ${BUILDDIR} *.buildinfo *.dsc *.tar.gz
rm -rf *~ *.deb *.changes ${PACKAGE}-*/ *.buildinfo *.dsc *.tar.gz
.PHONY: check
check: