[flashproxy/master] rm *.pyc in "make clean".

5 Jul
2012
5 Jul
'12
2 p.m.
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
4711
Age (days ago)
4711
Last active (days ago)
0 comments
1 participants
participants (1)
-
dcf@torproject.org