X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=Makefile;h=c0fe06daab097a13f3a00692aafde86d816b6471;hb=689fa8a52cd49ff372725242ec1d0bda9d9e33d1;hp=f3bd2cf5046d9b07c92245b9261add3850683c11;hpb=ecabd4379cdc61d0b8d3513fc53bce082d623827;p=proxmox-widget-toolkit.git diff --git a/Makefile b/Makefile index f3bd2cf..c0fe06d 100644 --- 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 {} ';'