CC=gcc

libusb_example: main.c
	$(CC) -Wall -o generic_example main.c
