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

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



commit 115df750b297601650f16ba5db7d156e8890122c
Author: David Fifield <david@xxxxxxxxxxxxxxx>
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 mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits