added target: movie (type 'make movies' to build all example swfs)
authorboehme <boehme>
Fri, 2 Nov 2001 11:48:20 +0000 (11:48 +0000)
committerboehme <boehme>
Fri, 2 Nov 2001 11:48:20 +0000 (11:48 +0000)
lib/example/Makefile

index 6b1787c..085b352 100644 (file)
@@ -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)