commit 115df750b297601650f16ba5db7d156e8890122c Author: David Fifield david@bamsoftware.com Date: Thu Jul 5 03:16:30 2012 -0700
rm *.pyc in "make clean".
These get produced as a side effect of running tests. --- Makefile | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Makefile b/Makefile index 724325e..9a2f10c 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,7 @@ install: cp -f connector.py facilitator.py flashproxy-reg-http.py $(BINDIR)
clean: - : + rm -f *.pyc
test: ./connector-test.py
tor-commits@lists.torproject.org