mirror of
https://github.com/shakemid/pcsensor-temper.git
synced 2025-06-07 00:45:24 +02: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
Add a link
Reference in a new issue