ignore error if bbmc isn't there
This commit is contained in:
parent
35c9c66c23
commit
9dc8f46550
|
@ -7,4 +7,4 @@ CFLAGS = -Wall -Wextra #-Werror
|
||||||
all: $(TARGETS)
|
all: $(TARGETS)
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm $(TARGETS)
|
-rm $(TARGETS)
|
||||||
|
|
Loading…
Reference in a new issue