mirror of
https://github.com/shakemid/pcsensor-temper.git
synced 2025-01-21 00:58:17 +01:00
remove -I/usr/include/libusb-1.0
This commit is contained in:
parent
6810751564
commit
c60aba2aae
1 changed files with 1 additions and 1 deletions
2
Makefile
2
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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue