mirror of
https://git.proxmox.com/git/proxmox-spamassassin
synced 2025-04-28 16:01:29 +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}
|
||||
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}
|
||||
|
Loading…
Reference in New Issue
Block a user