diff options
| author | Robert Collins <robertc@robertcollins.net> | 2009-05-08 18:25:01 +1000 |
|---|---|---|
| committer | Robert Collins <robertc@robertcollins.net> | 2009-05-08 18:25:01 +1000 |
| commit | db8ea36ec0ae0200e8f8f2de90a22f475762b166 (patch) | |
| tree | 4763aa7029b48537f117833d95b32289529bef7a | |
| parent | d2a9a36d4ae5b84e7ecdca3a65989857d1f00abe (diff) | |
| download | subunit-git-db8ea36ec0ae0200e8f8f2de90a22f475762b166.tar.gz | |
Clean .pyc files
| -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 |
