1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2024-10-26 20:25:14 +03:00

Also clean *.pyc files for Python 2

This commit is contained in:
Nick Wellnhofer 2022-08-26 17:57:58 +02:00
parent aa383e66c7
commit b0916e0e96

View File

@ -44,6 +44,6 @@ libxml2.py: $(srcdir)/libxml.py libxml2class.py
cat $(srcdir)/libxml.py `test -f libxml2class.py || echo $(srcdir)/`libxml2class.py > $@
clean-local:
rm -rf __pycache__
rm -rf __pycache__ *.pyc
endif