summaryrefslogtreecommitdiffstats
path: root/Makefile.PL
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.PL')
-rw-r--r--Makefile.PL3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.PL b/Makefile.PL
index 647e185..2179cc5 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -17,6 +17,9 @@ unshift @linkable, "Keyword$Config{obj_ext}" if @linkable;
WriteMakefile(
NAME => 'Parse::Keyword',
+ clean => {
+ FILES => "callparser1.h",
+ },
(@linkable
? (OBJECT => join(' ', @linkable))
: ()),