aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 975317b9..3bbc48e1 100644
--- a/Makefile
+++ b/Makefile
@@ -163,6 +163,7 @@ clean:
make clean -C src
make clean -C po
@rm -fv *~ changenew ChangeLog.old *gz
+ @find . -name "*~" -exec rm -f {} \;
tag:
@git tag -a -f -m "Tag as $(TAG)" $(TAG)