From 63f2e6ebb009fdba0ea5eeac686603453e5c34e3 Mon Sep 17 00:00:00 2001 From: Quim Rovira Date: Sat, 13 Aug 2016 12:17:03 +0200 Subject: [PATCH] Add libbrotli.a to the clean targets --- Makefile.PL | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.PL b/Makefile.PL index f522b93..e2649e7 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -15,6 +15,7 @@ WriteMakefile( }, INC => '-Ibrotli', MYEXTLIB => 'brotli/libbrotli$(LIB_EXT)', + clean => { FILES => 'brotli/libbrotli$(LIB_EXT)' }, META_ADD => { dynamic_config => 0, resources => { -- 2.30.2