[libxslt] Also clean up __pycache__
- From: Nick Wellnhofer <nwellnhof src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libxslt] Also clean up __pycache__
- Date: Mon, 29 Aug 2022 14:56:08 +0000 (UTC)
commit 0d48888bc8f2ab781f76c6d99aad1e58230a44ba
Author: Nick Wellnhofer <wellnhofer aevum de>
Date: Mon Aug 29 16:11:42 2022 +0200
Also clean up __pycache__
python/Makefile.am | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/python/Makefile.am b/python/Makefile.am
index bab1f4dc..fa7ed00b 100644
--- a/python/Makefile.am
+++ b/python/Makefile.am
@@ -57,4 +57,7 @@ endif
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__
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]