]> git.proxmox.com Git - proxmox-widget-toolkit.git/blobdiff - Makefile
task view, progress: add taskDone callback
[proxmox-widget-toolkit.git] / Makefile
index e116a60df51af8fde4c2c38e870b27abdde84f5d..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