mirror of
https://git.proxmox.com/git/pve-http-server
synced 2025-05-02 12:38:22 +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
|
||||
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user