]> err.no Git - libchamplain/commitdiff
The rule clean removes the build folder
authorEmmanuel Rodriguez <emmanuel.rodriguez@gmail.com>
Mon, 16 Mar 2009 18:57:54 +0000 (19:57 +0100)
committerPierre-Luc Beaudoin <pierre-luc@pierlux.com>
Wed, 25 Mar 2009 08:06:18 +0000 (10:06 +0200)
bindings/perl/Champlain/Makefile.PL

index 4b794e247f1fd6c1437693346e8bc578b6db30db..e4127b24a7145ad265ea2550aa615873af38fcc3 100644 (file)
@@ -99,6 +99,11 @@ sub main {
                },
 
                $DEPENDS->get_makefile_vars(),
+               
+               # Remove the build folder when doing "make clean"
+               clean => {
+                       FILES => 'build',
+               },
        );
        
        return 0;