CC = gcc CFLAGS += -O2 -Wall -I. AR = ar OBJS = descriptors.o error.o usb.o windows.o libusb.a: $(OBJS) $(AR) -rcsv $@ $^ clean: rm -f *.o *.a