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)
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>


Trivial merge