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