Merge: Clean make
authorJean Privat <jean@pryen.org>
Wed, 27 Aug 2014 15:11:12 +0000 (11:11 -0400)
committerJean Privat <jean@pryen.org>
Wed, 27 Aug 2014 15:11:12 +0000 (11:11 -0400)
commit6cc4c5c2c4df26b828e9e7ecbcf0484e5c7c5e63
tree16c572fa0e181ec5b036bb730632a5a7d78d1bd7
parent774ca997721f5cc1481c947b334c18e1c6771852
parent15d29b569a55b1679fccd92649a00d0a6824b812
Merge: Clean make

The various Makefile need some love. So, a new recipe `full` can be used to build programs from examples and contrib.

The `clean` recipe is also updated to work and clean stuff.

However, some questions:

1. Should the `clean` recipe clean the binaries? I did not fine a definitive answer on the Internet.
2. Should the binaries be .gitignored?

Note: In a near future, Jenkins may also check that all the Makefile, and their `clean` work as expected.

Pull-Request: #687
Reviewed-by: Lucas Bajolet <r4pass@hotmail.com>
Reviewed-by: Alexandre Terrasa <alexandre@moz-code.org>