diff options
| -rw-r--r-- | Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 1a5aa0a..4a46018 100644 --- a/Makefile.am +++ b/Makefile.am @@ -62,6 +62,9 @@ check_PROGRAMS = \ check_SCRIPTS = \ runtests.py +clean-local: + find . -name "*.pyc" | xargs -r rm + libsubunit_la_SOURCES = \ c/lib/child.c \ c/include/subunit/child.h |
