Add libbrotli.a to the clean targets
authorQuim Rovira <quim@rovira.cat>
Sat, 13 Aug 2016 10:17:03 +0000 (12:17 +0200)
committerQuim Rovira <quim@rovira.cat>
Sat, 13 Aug 2016 10:17:03 +0000 (12:17 +0200)
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.010717 seconds and 4 git commands to generate.