mirror of
https://git.proxmox.com/git/pve-http-server
synced 2025-05-03 01:41:43 +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
|
tar cf - ${DEB} | ssh repoman@repo.proxmox.com upload
|
||||||
|
|
||||||
distclean: clean
|
distclean: clean
|
||||||
|
rm -f simple-demo.pem
|
||||||
|
|
||||||
clean:
|
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 {} ';'
|
find . -name '*~' -exec rm {} ';'
|
||||||
|
|
||||||
.PHONY: dinstall
|
.PHONY: dinstall
|
||||||
|
Loading…
Reference in New Issue
Block a user