all:
	gcc -o tusb -pthread -I/opt/local/include/libusb-legacy -L/opt/local/lib/libusb-legacy daemonise.c tusb.c -lusb

clean:
	rm -f tusb
