]> git.proxmox.com Git - pve-http-server.git/blobdiff - Makefile
Add configurable 'compression'
[pve-http-server.git] / Makefile
index d638c4c0daab82350a757abb9bda8f6a997df199..5c5b0884b6ac856218d7a1514cde4adb0f79911f 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
 PACKAGE=libpve-http-server-perl
-PKGVER=1.0
-PKGREL=4
+PKGVER=2.0
+PKGREL=11
 
 DEB=${PACKAGE}_${PKGVER}-${PKGREL}_all.deb
 
@@ -81,7 +81,7 @@ distclean: clean
        rm -f examples/simple-demo.pem
 
 clean:
-       rm -rf ./build *.deb *.changes ${BTDIR} examples/simple-demo.lck
+       rm -rf ./build *.deb *.changes *.buildinfo ${BTDIR} examples/simple-demo.lck
        find . -name '*~' -exec rm {} ';'
 
 .PHONY: dinstall