wmtime: Use rm -f in make clean.
commit0119083b0a06ffc8b6bc3944d80aa6c9f08cf01b
authorDoug Torrance <dtorrance@monmouthcollege.edu>
Wed, 27 Aug 2014 12:24:30 +0000 (27 07:24 -0500)
committerCarlos R. Mafra <crmafra@gmail.com>
Wed, 27 Aug 2014 14:31:05 +0000 (27 15:31 +0100)
tree3fa832d64ec6c3bd87793043f9c95e5b439d8978
parentd6ef01763851355f66c37cc5e9bdd7061e20a7d5
wmtime: Use rm -f in make clean.

This patch uses the -f option for rm in make clean so that no error occurs when
make clean is run while no object or binary files exist.  (It also adds a
newline at the end of the Makefile thanks to emacs.)
wmtime/wmtime/Makefile