]> git.proxmox.com Git - pve-http-server.git/blobdiff - Makefile
move simple-demo.pl -> examples/simple-demo.pl
[pve-http-server.git] / Makefile
index 2b4c0b8f035554a081c145e2b7e83b811ed62bdf..f6d7f0f41e6f37bcc67d1a8424d0676149bcfff9 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
 PACKAGE=libpve-http-server-perl
 PKGVER=1.0
-PKGREL=1
+PKGREL=2
 
 DEB=${PACKAGE}_${PKGVER}-${PKGREL}_all.deb
 
@@ -77,9 +77,10 @@ upload: ${DEB}
        tar cf - ${DEB} | ssh repoman@repo.proxmox.com upload
 
 distclean: clean
+       rm -f examples/simple-demo.pem
 
 clean:
-       rm -rf ./build *.deb *.changes ${BTDIR}
+       rm -rf ./build *.deb *.changes ${BTDIR} examples/simple-demo.lck
        find . -name '*~' -exec rm {} ';'
 
 .PHONY: dinstall