summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAlex Morega <alex@grep.ro>2013-07-05 00:35:52 +0200
committerAlex Morega <alex@grep.ro>2013-07-05 00:35:52 +0200
commitbde46bfe6b7f1fc7765161dd73b66190953428b8 (patch)
treea310f1a3b3190acedd9cde33e7ccf64d1077eec4 /Makefile
parent9735a5857266cb2ea39c7b70797230d9ee3bbd8e (diff)
downloadbabel-bde46bfe6b7f1fc7765161dd73b66190953428b8.tar.gz
remove global.dat when cleaning cldr
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 199374b..4c2088f 100644
--- a/Makefile
+++ b/Makefile
@@ -6,6 +6,7 @@ import-cldr:
clean-cldr:
@rm babel/localedata/*.dat
+ @rm babel/global.dat
develop:
@pip install --editable .