From: kramm Date: Tue, 30 Dec 2008 22:52:14 +0000 (+0000) Subject: added ../librfxswf.a to clean target X-Git-Tag: release-0-9-0~572 X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=commitdiff_plain;h=bdea56b0a41aab175d3ce2852cfbfcf11b068f1d added ../librfxswf.a to clean target --- diff --git a/lib/as3/Makefile b/lib/as3/Makefile index bef056d..81312e5 100644 --- a/lib/as3/Makefile +++ b/lib/as3/Makefile @@ -63,4 +63,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