There was an error while loading. Please reload this page.
1 parent 0e98889 commit 54fb285Copy full SHA for 54fb285
1 file changed
python/makefile
@@ -61,8 +61,11 @@ clean:
61
rm -f tests/*.pyc tests/testdata/*.pyc tests/testgeodata/*.pyc
62
rm -rf build deb_dist dist
63
64
-distclean: clean
+metaclean:
65
rm -rf phonenumbers/data tests/testdata
66
+ rm -rf phonenumbers/geodata tests/testgeodata
67
+
68
+distclean: clean metaclean
69
rm -rf $(PACKAGE).egg-info
70
rm -rf build
71
rm -f DumpLocale.class
0 commit comments