Merge: Makefile: fix make clean
authorJean Privat <jean@pryen.org>
Mon, 18 Feb 2019 16:25:11 +0000 (11:25 -0500)
committerJean Privat <jean@pryen.org>
Mon, 18 Feb 2019 16:25:11 +0000 (11:25 -0500)
commit6b301d3e1fb32457718b85395a0862ed8638a71e
tree1e8f8f83965dec07169c4321b7a9eb112f7601c3
parent629f403e0ab2c138405ac3580a45e427bcd31ae0
parentfe7702f53405ba043990a4b995021add5b8d9949
Merge: Makefile: fix make clean

make clean errors out without cleaning everything. Fixes the make file to use rm -f when appropriate and -cmd otherwise.
Added cleaned message at the end to show it completed successfully (otherwise it ends in what can seem like an error message at first glance).
Signed-off-by: Hugo Leblanc <dullin@hololink.org>

Pull-Request: #2730
Reviewed-by: Alexis Laferrière <alexis.laf@xymus.net>