Skip to content

Commit ce883df

Browse files
committed
Add distclean target to makefile, which wipes autogenerated Python code.
1 parent cf58dc6 commit ce883df

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

python/makefile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,7 @@ install: dist
2828
sudo python setup.py install
2929

3030
clean:
31-
rm -f MANIFEST *.pyc phonenumbers/*.pyc phonenumbers/data/*.pyc tests/*.pyc
31+
rm -f MANIFEST *.pyc phonenumbers/*.pyc phonenumbers/data/*.pyc tests/*.pyc
32+
33+
distclean:
34+
rm -rf phonenumbers/data tests/testdata

0 commit comments

Comments
 (0)