mirror of
https://git.proxmox.com/git/pve-http-server
synced 2025-05-03 20:35:39 +00:00
move simple-demo.pl -> examples/simple-demo.pl
This commit is contained in:
parent
8d88baec13
commit
fc75d78694
4
Makefile
4
Makefile
@ -77,10 +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
|
rm -f examples/simple-demo.pem
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -rf ./build *.deb *.changes ${BTDIR} simple-demo.lck
|
rm -rf ./build *.deb *.changes ${BTDIR} examples/simple-demo.lck
|
||||||
find . -name '*~' -exec rm {} ';'
|
find . -name '*~' -exec rm {} ';'
|
||||||
|
|
||||||
.PHONY: dinstall
|
.PHONY: dinstall
|
||||||
|
Loading…
Reference in New Issue
Block a user