projects
/
p5sagit/JSON-MaybeXS.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
3c38e10
)
add more make realclean targets
Karen Etheridge [Sat, 14 Jun 2014 22:57:31 +0000 (15:57 -0700)]
Makefile.PL
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.PL
b/Makefile.PL
index
bd5408d
..
ff55fec
100644
(file)
--- a/
Makefile.PL
+++ b/
Makefile.PL
@@
-48,7
+48,7
@@
my %WriteMakefileArgs = (
},
},
- realclean => { FILES => 'Distar/' },
+ realclean => { FILES => [ 'Distar/', 'MANIFEST*' ] },
);
my $eumm_version = eval $ExtUtils::MakeMaker::VERSION;