From c60aba2aaea18eeb7d4ffbef2dccca4d319d66ac Mon Sep 17 00:00:00 2001 From: shakemid Date: Tue, 4 Jun 2019 21:26:03 +0900 Subject: [PATCH] remove -I/usr/include/libusb-1.0 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index fe8b793..9e780cf 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ ifndef ${CC} CC = gcc endif -CFLAGS = -g -O2 -Wall -lusb-1.0 -I/usr/include/libusb-1.0 +CFLAGS = -g -O2 -Wall -lusb-1.0 all: pcsensor