make clean: clean more

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2020-05-15 19:53:19 +02:00
parent b727e3a6b8
commit c69fdfe998

View File

@ -40,7 +40,7 @@ dinstall: ${DEB}
.PHONY: clean
clean:
rm -rf ${BUILDDIR} ${BUILDDIR}.tmp *.deb *.buildinfo *.changes *.dsc *.tar.?z
rm -rf ${PACKAGE}-*/ ${BUILDDIR}.tmp *.deb *.buildinfo *.changes *.dsc *.tar.?z
.PHONY: upload
upload: ${DEB}