From: Karen Etheridge Date: Wed, 23 Apr 2014 06:03:04 +0000 (-0700) Subject: "make realclean" also cleans out Distar/ X-Git-Tag: v1.002000~5 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=a0a593bd0381309351407ae83d9d4ec725ba6dda;p=p5sagit%2FJSON-MaybeXS.git "make realclean" also cleans out Distar/ --- diff --git a/Makefile.PL b/Makefile.PL index e1bfb3a..c015d47 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -31,6 +31,8 @@ WriteMakefile( ? () : (prereqs => { runtime => { recommends => { 'Cpanel::JSON::XS' => '2.3310' } } })), }, + + realclean => { FILES => 'Distar/' }, ); # can we locate a (the) C compiler