]> git.proxmox.com Git - pve-firewall.git/commitdiff
improve clean target
authorDietmar Maurer <dietmar@proxmox.com>
Tue, 4 Mar 2014 08:07:23 +0000 (09:07 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Tue, 4 Mar 2014 08:07:23 +0000 (09:07 +0100)
delete emacs tmp files in all subdirs

Makefile

index 7477d96cd26a9d3002d60a8f7fadd69db520bb04..7180795f6f749d3ebce39bab2d3e08e064ea8bbe 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -37,7 +37,7 @@ deb ${DEB}:
 
 .PHONY: clean
 clean:         
-       rm -rf *~ debian/*~ src/*~ *.deb *.changes build ${PACKAGE}-*.tar.gz
+       rm -rf *~ */*~ *.deb *.changes build ${PACKAGE}-*.tar.gz
 
 .PHONY: distclean
 distclean: clean