Makefile: fix make clean
authorHugo Leblanc <dullin@hololink.org>
Fri, 28 Dec 2018 17:49:05 +0000 (12:49 -0500)
committerHugo Leblanc <dullin@hololink.org>
Thu, 3 Jan 2019 19:24:24 +0000 (14:24 -0500)
commitc779a93362810c09efba9f9cd3727d7c5baf708f
treee3903ccbd03778f21037b0cda09e12d182b76a44
parent74e2df33f57380af02c7992fa823d0d687220f1b
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>
Makefile
c_src/Makefile