ignore error if bbmc isn't there

This commit is contained in:
Mariano Alvira 2010-03-16 22:05:40 -04:00
parent 35c9c66c23
commit 9dc8f46550

View File

@ -7,4 +7,4 @@ CFLAGS = -Wall -Wextra #-Werror
all: $(TARGETS)
clean:
rm $(TARGETS)
-rm $(TARGETS)