X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;ds=sidebyside;f=lib%2Fexample%2FMakefile;h=085b3528f7af4b53af75c9fec5bbde695ef90f44;hb=ca2f577da831ae2f2ffd8c2610e0080ccad259d8;hp=6b1787c39adfa84cc0424f8b7a4d71b323834499;hpb=51b1538c8190ae9d090106a96f08891a2644a9f0;p=swftools.git 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)