CC=gcc

libusb_example: main.c
	$(CC) -Wall -o libusb_example main.c GT1P_USB_LIB.c GT1P.c -I/usr/include/libusb-1.0/ -lusb-1.0 -lm
