Use "rm -f" in clean rules to ignore errors
This commit is contained in:
parent
772fcb43c2
commit
59aa0c93e1
|
@ -11,7 +11,7 @@ CFLAGS = -Wall -Wextra #-Werror
|
|||
all: $(TARGETS)
|
||||
|
||||
clean:
|
||||
-rm $(TARGETS)
|
||||
-rm -f $(TARGETS)
|
||||
|
||||
install: all
|
||||
cp bbmc $(INSTALL)
|
Loading…
Reference in a new issue