[tor-commits] [flashproxy/master] rm *.pyc in "make clean".
dcf at torproject.org
dcf at torproject.org
Thu Jul 5 14:00:46 UTC 2012
commit 115df750b297601650f16ba5db7d156e8890122c
Author: David Fifield <david at 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
More information about the tor-commits
mailing list