remove simple-demo.pem in distclean

Avoid generating to many different certs (confuses the browser).
This commit is contained in:
Dietmar Maurer 2017-01-20 18:11:42 +01:00
parent 133e058609
commit 7a9a3b9063

View File

@ -77,9 +77,10 @@ upload: ${DEB}
tar cf - ${DEB} | ssh repoman@repo.proxmox.com upload
distclean: clean
rm -f simple-demo.pem
clean:
rm -rf ./build *.deb *.changes ${BTDIR} simple-demo.pem simple-demo.lck
rm -rf ./build *.deb *.changes ${BTDIR} simple-demo.lck
find . -name '*~' -exec rm {} ';'
.PHONY: dinstall