]> git.proxmox.com Git - pve-installer.git/blobdiff - Makefile
handle maxvz=0 correctly
[pve-installer.git] / Makefile
index a5479911b816703ead8d103943ebc0b05f7f6ce2..d28531c56d5c96ec8b90af362f518179b31b4db5 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
 PKGVER=5.0
-PKGREL=16
+PKGREL=21
 
 PVE_DEB=pve-installer_${PKGVER}-${PKGREL}_all.deb
 PMG_DEB=pmg-installer_${PKGVER}-${PKGREL}_all.deb
@@ -80,5 +80,5 @@ check-pmg: ${PMG_DEB} test.img
 .phony: clean
 clean:
        make -C html-common clean
-       rm -rf *~ *.deb target build packages packages.tmp testdir test.img pve-final.pkglist *.buildinfo *.changes country.dat
+       rm -rf *~ *.deb target build packages packages.tmp testdir test.img pve-final.pkglist *.buildinfo *.changes country.dat final.pkglist
        find . -name '*~' -exec rm {} ';'