[tor-commits] [flashproxy/master] Rearrange Makefile.

dcf at torproject.org dcf at torproject.org
Sun Jun 12 08:56:30 UTC 2011


commit 147a34c11d54b7b4470c8d65448cb38d5c3bbf2b
Author: David Fifield <david at bamsoftware.com>
Date:   Sat Jun 11 09:48:21 2011 -0700

    Rearrange Makefile.
---
 Makefile |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile
index 72f5162..6c11397 100644
--- a/Makefile
+++ b/Makefile
@@ -4,10 +4,10 @@ TARGETS = swfcat.swf
 
 all: $(TARGETS)
 
+swfcat.swf: *.as badge.png
+
 %.swf: %.as
 	$(MXMLC) -output $@ -static-link-runtime-shared-libraries -define=RTMFP::CIRRUS_KEY,\"$(CIRRUS_KEY)\" $<
 
-swfcat.swf: *.as badge.png
-
 clean:
 	rm -f $(TARGETS)





More information about the tor-commits mailing list