diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -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) |