From: Emmanuel Rodriguez Date: Mon, 16 Mar 2009 18:57:54 +0000 (+0100) Subject: The rule clean removes the build folder X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=006834cc69515c9c94282b07b8120d4067ecb857;p=libchamplain The rule clean removes the build folder --- diff --git a/bindings/perl/Champlain/Makefile.PL b/bindings/perl/Champlain/Makefile.PL index 4b794e2..e4127b2 100644 --- a/bindings/perl/Champlain/Makefile.PL +++ b/bindings/perl/Champlain/Makefile.PL @@ -99,6 +99,11 @@ sub main { }, $DEPENDS->get_makefile_vars(), + + # Remove the build folder when doing "make clean" + clean => { + FILES => 'build', + }, ); return 0;