From: Gurusamy Sarathy Date: Sat, 11 Jul 1998 02:28:18 +0000 (+0000) Subject: add 'clean' target for ext/re X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=782f0963ab0b062cf0c3fc5bdd300cab850d5a04;p=p5sagit%2Fp5-mst-13.2.git add 'clean' target for ext/re p4raw-id: //depot/perl@1420 --- diff --git a/ext/re/Makefile.PL b/ext/re/Makefile.PL index afeaef5..8350f2f 100644 --- a/ext/re/Makefile.PL +++ b/ext/re/Makefile.PL @@ -6,6 +6,7 @@ WriteMakefile( XSPROTOARG => '-noprototypes', OBJECT => 're_exec$(OBJ_EXT) re_comp$(OBJ_EXT) re$(OBJ_EXT)', DEFINE => '-DDEBUGGING -DIN_XSUB_RE', + clean => { FILES => '*$(OBJ_EXT) *.c ../../lib/re.pm' }, ); sub MY::postamble {