Skip to content

Commit def0070

Browse files
committed
Tidy up makefile
1 parent ce485b6 commit def0070

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

python/makefile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ metadata: phonenumbers/data/__init__.py tests/testdata/__init__.py geodata
2525
tests/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

6060
clean:
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

0 commit comments

Comments
 (0)