Fix call to rm in bin/Makefile 'clean' rule

This commit is contained in:
XANTRONIX Development 2020-09-06 00:51:26 -04:00 committed by XANTRONIX Industrial
parent ee866273d7
commit a350602e0d

View file

@ -26,4 +26,4 @@ $(OBJS): %.o: %.c
$(CC) $(CFLAGS) -c $<
clean:
$(RM) $(PROGRAMS) $(OBJS)
$(RM) -f $(PROGRAMS) $(OBJS)