]> git.proxmox.com Git - proxmox-widget-toolkit.git/blobdiff - Makefile
status view: query and update pveInfoWidget too for now
[proxmox-widget-toolkit.git] / Makefile
index f3bd2cf5046d9b07c92245b9261add3850683c11..c0fe06daab097a13f3a00692aafde86d816b6471 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,5 @@
 include /usr/share/dpkg/pkg-info.mk
+export DEB_VERSION_UPSTREAM_REVISION
 
 export PACKAGE=proxmox-widget-toolkit
 BUILDDIR ?= ${PACKAGE}-${DEB_VERSION_UPSTREAM}
@@ -36,6 +37,7 @@ upload: ${DEB}
 
 distclean: clean
 clean:
+       $(MAKE) -C src clean
        rm -rf ${BUILDDIR} ${BUILDDIR}.tmp *.tar.gz *.dsc *.deb *.changes *.buildinfo
        find . -name '*~' -exec rm {} ';'