]> git.proxmox.com Git - dlm.git/commitdiff
cleanup editor tmp files
authorDietmar Maurer <dietmar@proxmox.com>
Fri, 27 Feb 2015 09:28:43 +0000 (10:28 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Fri, 27 Feb 2015 09:28:43 +0000 (10:28 +0100)
Makefile

index 0c877f8eb273bb7fa93a26098a1d0fdcc648e105..62e7a6c392dedde70bb3d017418d637c045f326e 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -35,4 +35,7 @@ distclean: clean
 .PHONY: clean
 clean:
        rm -rf *~ *_${ARCH}.deb *.changes *.dsc ${DLMDIR}
+       find . -name '*~' -exec rm {} ';'
+
+