I am not terrible

This commit is contained in:
XANTRONIX Development 2015-09-17 22:00:38 -05:00 committed by XANTRONIX Industrial
parent 4973957530
commit af485f68c2

View file

@ -31,4 +31,4 @@ $(OBJS): %.o: %.c $(HEADERS_BUILD)
$(CC) $(CFLAGS) -c $<
clean:
$(RM) -f $(PROGRAM) $(OBJS)
$(RM) -f $(EXAMPLES) $(OBJS)