commit e9b53ee59b7bc95ea93df01b8f0b4f62ba92e3b2 Author: David Fifield david@bamsoftware.com Date: Thu Jun 9 07:14:25 2011 -0700
Make swfcat.swf depend on *.as. --- Makefile | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/Makefile b/Makefile index 4e22e1d..c98c0ee 100644 --- a/Makefile +++ b/Makefile @@ -7,5 +7,7 @@ all: $(TARGETS) %.swf: %.as badge.png $(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