about summary refs log tree commit homepage
path: root/Makefile.PL
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.PL')
-rw-r--r--Makefile.PL3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.PL b/Makefile.PL
index 21d3d6ea..8165e601 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -176,7 +176,8 @@ WriteMakefile(
         },
         MAN3PODS => \%man3,
         clean => {
-                FILES => 't/home*/setup* t/home*/t* t/home*/.public-inbox'
+                FILES => 't/home*/setup* t/home*/t* t/home*/.public-inbox '.
+                        't/data-gen/*'
         },
 );