]> git.proxmox.com Git - proxmox-widget-toolkit.git/blobdiff - Makefile
bump version to 1.0-13
[proxmox-widget-toolkit.git] / Makefile
index 9d7dfdad77ac58d8cef5b2c9d44948e6b47bf8f4..09c9d3753e7bc0b3269345227437d63d5e3edc41 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
 PACKAGE=proxmox-widget-toolkit
 PKGVER=1.0
-PKGREL=9
+PKGREL=13
 
 DEB=${PACKAGE}_${PKGVER}-${PKGREL}_all.deb
 
@@ -54,7 +54,8 @@ JSSRC=                                        \
 all:
 
 .PHONY: deb
-deb ${DEB}:
+deb: ${DEB}
+${DEB}:
        rm -rf build
        rsync -a * build
        cd build; dpkg-buildpackage -b -us -uc
@@ -81,7 +82,7 @@ upload: ${DEB}
 distclean: clean
 
 clean:
-       rm -rf ./build *.deb *.changes *.buildinfo
+       rm -rf ./build *.deb *.changes *.buildinfo proxmoxlib.js
        find . -name '*~' -exec rm {} ';'
 
 .PHONY: dinstall