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

3 Dec
2012
3 Dec
'12
12:57 a.m.
commit de34818140a9777657d663d712f7a5e655738a5e Author: David Fifield <david@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
4548
Age (days ago)
4548
Last active (days ago)
0 comments
1 participants
participants (1)
-
dcf@torproject.org