]> git.proxmox.com Git - pve-http-server.git/commitdiff
remove simple-demo.pem in distclean
authorDietmar Maurer <dietmar@proxmox.com>
Fri, 20 Jan 2017 17:11:42 +0000 (18:11 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Fri, 20 Jan 2017 17:11:42 +0000 (18:11 +0100)
Avoid generating to many different certs (confuses the browser).

Makefile

index 9e6e9678f33e2c80d2a0a2e526fc6f1e0d1c668b..743ab15fd991d854f4c59bdc692eac6aef7f84f9 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -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