[tor-commits] [flashproxy/master] Remove $(PYINSTALLER_TMPDIR) on "make clean".

dcf at torproject.org dcf at torproject.org
Mon Dec 3 00:57:51 UTC 2012


commit de34818140a9777657d663d712f7a5e655738a5e
Author: David Fifield <david at bamsoftware.com>
Date:   Sat Dec 1 21:29:59 2012 -0800

    Remove $(PYINSTALLER_TMPDIR) on "make clean".
---
 Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Makefile b/Makefile
index c6996b2..53a89b8 100644
--- a/Makefile
+++ b/Makefile
@@ -29,7 +29,7 @@ install:
 
 clean:
 	rm -f *.pyc
-	rm -rf dist
+	rm -rf dist $(PYINSTALLER_TMPDIR)
 
 test:
 	./flashproxy-client-test





More information about the tor-commits mailing list