Skip to content
Snippets Groups Projects
Commit 9a19babe443a authored by Nick Wellnhofer's avatar Nick Wellnhofer
Browse files

Also clean up __pycache__

parent 4ab8ed959947
No related branches found
No related tags found
No related merge requests found
...@@ -57,4 +57,7 @@ ...@@ -57,4 +57,7 @@
tests test: all tests test: all
cd tests && $(MAKE) tests cd tests && $(MAKE) tests
CLEANFILES = $(GENERATED) *.o libxslt.so *.pyc libxslt.py gen_prog CLEANFILES = $(GENERATED) *.pyc libxslt.py gen_prog
clean-local:
rm -rf __pycache__
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment