[tor-commits] [flashproxy/master] Updating .PHONY make target to include dist-exe.

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


commit 6765aa33420974ed40af5f278d5787ca03ab4357
Author: Alexandre Allaire <alexandre.allaire at mail.mcgill.ca>
Date:   Mon Nov 26 10:03:54 2012 -0800

    Updating .PHONY make target to include dist-exe.
---
 Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Makefile b/Makefile
index 3dfb8e1..6db2c2a 100644
--- a/Makefile
+++ b/Makefile
@@ -66,4 +66,4 @@ dist-exe: $(CLIENT_BIN)
 	cd dist && zip -q -r -9 $(DISTNAME)-win32.zip $(DISTNAME)-win32
 	rm -rf logdict* $(PYINSTALLER_TMPDIR)
 
-.PHONY: all install clean test dist sign exe
+.PHONY: all install clean test dist sign dist-exe





More information about the tor-commits mailing list