mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-08-24 09:49:22 +03:00
Also clean *.pyc files for Python 2
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user