projects
/
p5sagit/Devel-Declare.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
c397443
)
also blow away Distar dir on "make realclean"
Karen Etheridge [Wed, 2 Apr 2014 16:55:40 +0000 (09:55 -0700)]
Makefile.PL
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.PL
b/Makefile.PL
index
c30913f
..
a75f0d6
100644
(file)
--- a/
Makefile.PL
+++ b/
Makefile.PL
@@
-65,6
+65,8
@@
WriteMakefile(
C => [ 'Declare.c' ],
XS => { 'Declare.xs' => 'Declare.c' },
+ realclean => { FILES => 'Distar/' },
+
$pkg->get_makefile_vars,
);