summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 5bb68a9..c0adaa1 100644
--- a/Makefile
+++ b/Makefile
@@ -18,8 +18,8 @@ import-cldr:
@python scripts/download_import_cldr.py
clean-cldr:
- @rm babel/localedata/*.dat
- @rm babel/global.dat
+ @rm -f babel/localedata/*.dat
+ @rm -f babel/global.dat
clean-pyc:
@find . -name '*.pyc' -exec rm {} \;