X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=lib%2Fexample%2FMakefile;h=6bbda47ca3460a03ee1702a7e96100b391c1cccc;hb=7a1c2a226790477894aeb8ef94d0a6b42df2eee9;hp=2e7dbc346b37ed11eb6964884870f2bb00343e1c;hpb=8afd28b43b6b918af083767cb827b1f88daf6040;p=swftools.git diff --git a/lib/example/Makefile b/lib/example/Makefile index 2e7dbc3..6bbda47 100644 --- a/lib/example/Makefile +++ b/lib/example/Makefile @@ -48,6 +48,7 @@ sprites: $(RFXSWF) sprites.o $(RFXSWF) transtest: $(RFXSWF) transtest.o $(RFXSWF) $(CC) -o transtest transtest.o $(RFXSWF) $(LDLIBS) $(DBFLAGS) +text.o: demofont.c text: $(RFXSWF) text.o $(RFXSWF) $(CC) -o text text.o $(RFXSWF) $(LDLIBS) $(DBFLAGS)