mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-12-26 19:29:24 +00:00
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 New Issue
Block a user