From ca2f577da831ae2f2ffd8c2610e0080ccad259d8 Mon Sep 17 00:00:00 2001 From: boehme Date: Fri, 2 Nov 2001 11:48:20 +0000 Subject: [PATCH] added target: movie (type 'make movies' to build all example swfs) --- lib/example/Makefile | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/lib/example/Makefile b/lib/example/Makefile index 6b1787c..085b352 100644 --- a/lib/example/Makefile +++ b/lib/example/Makefile @@ -11,6 +11,16 @@ DBFLAGS = -g2 all: jpegtest box shape1 transtest zlibtest sprites buttontest dumpfont text +movies: jpegtest box shape1 transtest zlibtest sprites buttontest dumpfont text + ./jpegtest + ./box + ./shape1 + ./transtest + ./zlibtest + ./sprites + ./buttontest + ./text + box: $(RFXSWF) box.o $(CC) -o box box.o $(RFXSWF) $(LDLIBS) $(DBFLAGS) -- 1.7.10.4