]> git.proxmox.com Git - proxmox-widget-toolkit.git/blobdiff - Makefile
buildsys: improve clean target
[proxmox-widget-toolkit.git] / Makefile
index aa8c0e3d2511d9a1c756e74789990fdd9c4b88c5..c0fe06daab097a13f3a00692aafde86d816b6471 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -37,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 {} ';'