buildsys: add distclean target

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2021-03-25 15:30:05 +01:00
parent 4da3759de2
commit feec84cedd

View File

@ -87,11 +87,12 @@ update-sa: ${SA_UPDATE_GPG_DIR}/.prepared
upload: ${DEB}
tar cf - ${DEB} | ssh -X repoman@repo.proxmox.com -- upload --product pmg --dist stretch
CLEANFILES = *~ debian/*~ *.deb proxmox-spamassassin_* updates.tmp ${SA_UPDATE_GPG_DIR} ${OPKGNAME}.tar.gz.*
.PHONY: clean distclean
clean:
rm -rf *~ debian/*~ *.deb proxmox-spamassassin_* updates.tmp ${SA_UPDATE_GPG_DIR} ${OPKGNAME}.tar.gz.*
.PHONY: clean
clean:
rm -rf ${CLEANFILES}
distclean: clean
rm -rf ${OPKGNAME}.*
.PHONY: dinstall
dinstall: ${DEB}