mirror of
https://git.proxmox.com/git/proxmox-spamassassin
synced 2025-07-26 00:39:22 +00:00
buildsys: add distclean target
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
4da3759de2
commit
feec84cedd
9
Makefile
9
Makefile
@ -87,11 +87,12 @@ update-sa: ${SA_UPDATE_GPG_DIR}/.prepared
|
|||||||
upload: ${DEB}
|
upload: ${DEB}
|
||||||
tar cf - ${DEB} | ssh -X repoman@repo.proxmox.com -- upload --product pmg --dist stretch
|
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
|
distclean: clean
|
||||||
clean:
|
rm -rf ${OPKGNAME}.*
|
||||||
rm -rf ${CLEANFILES}
|
|
||||||
|
|
||||||
.PHONY: dinstall
|
.PHONY: dinstall
|
||||||
dinstall: ${DEB}
|
dinstall: ${DEB}
|
||||||
|
Loading…
Reference in New Issue
Block a user