aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 30c0c8f..d44978c 100644
--- a/Makefile
+++ b/Makefile
@@ -3,11 +3,10 @@ CXX = $(PREFIX)-g++
LD = $(CXX)
INCLUDE = -Iinclude/
-LIB = -lusb-1.0 -lpthread
-#LIB = -lhidapi-libusb
+LIB = -lhidapi-libusb
BUILD = build
-CXXFLAGS = -std=c++14 -fPIC -fpermissive
+CXXFLAGS = -std=c++14 -fPIC
SOFLAGS = -shared
CXXSOURCES = $(wildcard *.cc)