From cdbaf6e0413cf299b3cacf7a3a93dab085f8911c Mon Sep 17 00:00:00 2001 From: Steve Sloan Date: Tue, 20 Mar 2012 09:58:58 -0700 Subject: [PATCH] Added libusb to linker options. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.44.0