]> git.sesse.net Git - bmusb/blobdiff - Makefile
Move include files to bmusb/.
[bmusb] / Makefile
index a14717685bba25c761c1bc090c2f01d29f732f67..46da3031e22887e9466ed0ca4102338c25abb167 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-CXXFLAGS := -std=gnu++14 -O2 -Wall -g $(shell pkg-config libusb-1.0 --cflags) -pthread
+CXXFLAGS := -std=gnu++14 -O2 -Wall -I. -g $(shell pkg-config libusb-1.0 --cflags) -pthread
 LDFLAGS := $(shell pkg-config libusb-1.0 --libs) -pthread
 AR := ar
 RANLIB := ranlib