From: kramm Date: Sun, 18 Jul 2004 16:41:55 +0000 (+0000) Subject: added python to clean targets. X-Git-Tag: release-0-6-0~62 X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=commitdiff_plain;h=98a585599fab1f894d6e0502a78f9d2188215b42 added python to clean targets. --- diff --git a/lib/Makefile.in b/lib/Makefile.in index 594d399..2ce63e0 100644 --- a/lib/Makefile.in +++ b/lib/Makefile.in @@ -49,4 +49,5 @@ clean: cd lame;$(MAKE) clean;cd .. cd h.263;$(MAKE) clean;cd .. cd action;$(MAKE) clean;cd .. + cd python;$(MAKE) clean;cd ..