From bdea56b0a41aab175d3ce2852cfbfcf11b068f1d Mon Sep 17 00:00:00 2001 From: kramm Date: Tue, 30 Dec 2008 22:52:14 +0000 Subject: [PATCH] added ../librfxswf.a to clean target --- lib/as3/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 1.7.10.4