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