File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ metadata: phonenumbers/data/__init__.py tests/testdata/__init__.py geodata
2525tests/testdata/__init__.py : ../resources/PhoneNumberMetaDataForTesting.xml buildmetadatafromxml.py
2626 python buildmetadatafromxml.py ../resources/PhoneNumberMetaDataForTesting.xml tests/testdata
2727
28- test : tests/testdata/__init__.py
28+ test : alldata tests/testdata/__init__.py
2929 python phonenumbers/__init__.py
3030 python phonenumbers/re_util.py
3131 python phonenumbers/unicode_util.py
@@ -58,7 +58,8 @@ install: alldata
5858 sudo python setup.py install
5959
6060clean :
61- rm -f MANIFEST * .pyc phonenumbers/* .pyc phonenumbers/data/* .pyc tests/* .pyc
61+ rm -f MANIFEST * .pyc phonenumbers/* .pyc phonenumbers/data/* .pyc phonenumbers/geodata/* .pyc
62+ rm -f tests/* .pyc tests/data/* .pyc tests/geodata/* .pyc
6263 rm -rf build deb_dist dist
6364 rm -f DumpLocale.class
6465
You can’t perform that action at this time.
0 commit comments