[pitivi/ges: 54/287] test: Fix clean-local in the makefile



commit d63949f28d08f755ac25f7f6fb79e08ed798c32a
Author: Thibault Saunier <thibault saunier collabora com>
Date:   Wed Oct 5 18:26:04 2011 -0300

    test: Fix clean-local in the makefile

 tests/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 991239f..714f1a3 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -26,7 +26,7 @@ EXTRA_DIST = \
 	$(tests)
 
 clean-local:
-	rm -f testProject.ptv testproject.xptv testproject2.xptv
+	rm -rf *.pyc *.pyo
 
 check-local:
 	@PYTHONPATH=$(top_srcdir):$(PYTHONPATH) $(PYTHON) $(srcdir)/runtests.py \



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]