commit 8ff0c31bff916fdfe7458abe9b3261b0babc3545 Author: Nate Hardison nate@rescomp-09-154551.stanford.edu Date: Wed May 4 17:01:19 2011 -0700
Committing updated Makefile to build Proxy.as --- Makefile | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Makefile b/Makefile index 6f03eb6..baf0e94 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ MXMLC ?= mxmlc
-TARGETS = swfcat.swf +TARGETS = swfcat.swf Proxy.swf
all: $(TARGETS)
tor-commits@lists.torproject.org