]> git.itanic.dy.fi Git - glucose/blobdiff - Makefile
Added libusb to linker options.
[glucose] / Makefile
index 929ac1dfdcaeff8f80eb5ac9001a0475d8f8e0d5..ea4f30ce5d68f629ff4a5b5c2a7118fad28d72fa 100644 (file)
--- 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