X-Git-Url: http://git.asbjorn.it/?a=blobdiff_plain;f=lib%2Fas3%2FMakefile;h=a0f186a330177a4075f33f9c2838bfa7bf812865;hb=876cadced9adaae335e18d8d0bb5288eec53570a;hp=05704dfd8a3877fbde23ef98585006e4424e17d0;hpb=311194a11b7ff5c82fee894f35ef43b820bddb39;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