X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=lib%2Fas3%2FMakefile;h=a0f186a330177a4075f33f9c2838bfa7bf812865;hb=3aeaae928fdde4935e42a5213d3c4730c2d38038;hp=05704dfd8a3877fbde23ef98585006e4424e17d0;hpb=b53d34fae39512e828f147bd5a4fe9e6108add51;p=swftools.git diff --git a/lib/as3/Makefile b/lib/as3/Makefile index 05704df..a0f186a 100644 --- a/lib/as3/Makefile +++ b/lib/as3/Makefile @@ -1,4 +1,4 @@ -all: parser swfdump mklib +all: parser swfdump mklib tests tests: testwrite testrewrite testpaths testreadwrite D=-g -pg @@ -68,3 +68,5 @@ testpaths: testpaths.c ../librfxswf.a ../libbase.a clean: rm -f *.o *.yy.c *.tab.c *.tab.h testreadwrite swfdump testpaths testwrite ../librfxswf.a + +.PHONY: tests