From 006834cc69515c9c94282b07b8120d4067ecb857 Mon Sep 17 00:00:00 2001 From: Emmanuel Rodriguez Date: Mon, 16 Mar 2009 19:57:54 +0100 Subject: [PATCH] The rule clean removes the build folder --- bindings/perl/Champlain/Makefile.PL | 5 +++++ 1 file changed, 5 insertions(+) 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; -- 2.39.5