# HG changeset patch # User Nick Wellnhofer <wellnhofer@aevum.de> # Date 1661782302 -7200 # Mon Aug 29 16:11:42 2022 +0200 # Node ID 9a19babe443aec91178acab883a291e6e2f2fa82 # Parent 4ab8ed959947d75494dd24bf872b87ab172b975d Also clean up __pycache__ diff --git a/python/Makefile.am b/python/Makefile.am --- a/python/Makefile.am +++ b/python/Makefile.am @@ -57,4 +57,7 @@ tests test: all 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__