18 Mar
2021
18 Mar
'21
6:57 a.m.
On Wed Mar 17, 2021 at 5:36 PM PDT, Alyssa Ross wrote:
Using a wildcard with rm -f means that if there are no object files to remove, rm will try to remove a non-existent file named '*.c', and
Nit: do you mean '*.o'? ;)
then ignore the failure it gets by trying to do that. Which is fine. --- Makefile | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-)