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)
|
all: $(TARGETS)
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
-rm $(TARGETS)
|
-rm -f $(TARGETS)
|
||||||
|
|
||||||
install: all
|
install: all
|
||||||
cp bbmc $(INSTALL)
|
cp bbmc $(INSTALL)
|
Loading…
Reference in New Issue
Block a user