commit 147a34c11d54b7b4470c8d65448cb38d5c3bbf2b Author: David Fifield david@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)
tor-commits@lists.torproject.org