]> git.proxmox.com Git - corosync-pve.git/commitdiff
improve cleanup target
authorDietmar Maurer <dietmar@proxmox.com>
Wed, 4 Mar 2015 07:31:45 +0000 (08:31 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Wed, 4 Mar 2015 07:31:45 +0000 (08:31 +0100)
Makefile

index bab2a75ca9dbedbffd31b374b130a860c8d2a445..894a0401cafc63260f1ba2526bf37dd39cb6e14f 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -48,6 +48,7 @@ distclean: clean
 .PHONY: clean
 clean:
        rm -rf *_${ARCH}.deb *.changes *.dsc ${CSDIR} corosync_${CSVERSION}-${CSRELEASE}.tar.gz
+       find . -name '*~' -exec rm {} ';'
 
 .PHONY: dinstall
 dinstall: ${DEBS}