5
0
mirror of git://git.proxmox.com/git/pve-http-server.git synced 2025-08-05 00:21:57 +03:00

move simple-demo.pl -> examples/simple-demo.pl

This commit is contained in:
Dietmar Maurer
2017-01-21 15:48:04 +01:00
parent 8d88baec13
commit fc75d78694
2 changed files with 2 additions and 2 deletions

View File

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