X-Git-Url: http://git.asbjorn.it/?a=blobdiff_plain;f=lib%2Fas3%2FMakefile;h=39559e59b8d0a6fa6b5452c98b7a335d95ffcf1e;hb=84980b978c70d320c2f21869f3305bd68655d92c;hp=bef056db3bba502b1cd0d22827ea4f7c44a1f9f9;hpb=1328410998d7a4c41b43ac0367bf81d038e223d5;p=swftools.git diff --git a/lib/as3/Makefile b/lib/as3/Makefile index bef056d..39559e5 100644 --- a/lib/as3/Makefile +++ b/lib/as3/Makefile @@ -1,4 +1,5 @@ -all: parser testreadwrite swfdump testwrite testrewrite testpaths mklib +all: parser swfdump mklib +tests: testwrite testrewrite testpaths testreadwrite D=-g -pg @@ -63,4 +64,4 @@ testpaths: testpaths.c ../librfxswf.a ../libbase.a gcc $(D) -DMAIN -o testpaths testpaths.c ../librfxswf.a ../libbase.a -lz -ljpeg clean: - rm -f *.o *.yy.c *.tab.c *.tab.h testreadwrite swfdump testpaths testwrite + rm -f *.o *.yy.c *.tab.c *.tab.h testreadwrite swfdump testpaths testwrite ../librfxswf.a