From: Steve Sloan Date: Tue, 20 Mar 2012 16:58:58 +0000 (-0700) Subject: Added libusb to linker options. X-Git-Url: http://git.itanic.dy.fi/?p=glucose;a=commitdiff_plain;h=cdbaf6e0413cf299b3cacf7a3a93dab085f8911c Added libusb to linker options. --- diff --git a/Makefile b/Makefile index 929ac1d..ea4f30c 100644 --- a/Makefile +++ b/Makefile @@ -22,7 +22,7 @@ endif all: glucose glucose: $(GLUCOSE_OBJS) - $(QUIET_LINK)$(CC) $(CFLAGS) -o $@ $^ + $(QUIET_LINK)$(CC) -lusb $(CFLAGS) -o $@ $^ clean: rm -vf glucose *~ *.o .*.d