LDLIBS += -lusb

all : term usb.hex

term : term.o

usb.hex : usb.asm
	gpasm -L -a INHX32 -p18F2455 -y usb.asm

