mirror of
https://git.proxmox.com/git/pve-http-server
synced 2025-05-02 14:26:21 +00:00
remove simple-demo.pem in distclean
Avoid generating to many different certs (confuses the browser).
This commit is contained in:
parent
133e058609
commit
7a9a3b9063
3
Makefile
3
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
|
||||
|
Loading…
Reference in New Issue
Block a user