Make sure 'clean' in bin/Makefile removes .o files

This commit is contained in:
XANTRONIX Development 2020-09-04 22:58:45 -05:00 committed by XANTRONIX Industrial
parent 05081df9c6
commit 89b0ed7dc7

View file

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