Fix call to rm in bin/Makefile 'clean' rule
This commit is contained in:
parent
ee866273d7
commit
a350602e0d
1 changed files with 1 additions and 1 deletions
|
@ -26,4 +26,4 @@ $(OBJS): %.o: %.c
|
|||
$(CC) $(CFLAGS) -c $<
|
||||
|
||||
clean:
|
||||
$(RM) $(PROGRAMS) $(OBJS)
|
||||
$(RM) -f $(PROGRAMS) $(OBJS)
|
||||
|
|
Loading…
Add table
Reference in a new issue