Add libbrotli.a to the clean targets
[io-compress-brotli.git] / Makefile.PL
index f522b93b6372bd7a2308d71d0ef1394cf794b7be..e2649e74e7baba2efb109441060de7bdc12ac9ec 100644 (file)
@@ -15,6 +15,7 @@ WriteMakefile(
        },
        INC              => '-Ibrotli',
        MYEXTLIB         => 'brotli/libbrotli$(LIB_EXT)',
+       clean            => { FILES => 'brotli/libbrotli$(LIB_EXT)' },
        META_ADD         => {
                dynamic_config => 0,
                resources      => {
This page took 0.009763 seconds and 4 git commands to generate.