aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorcnlohr <lohr85@gmail.com>2017-03-03 02:15:04 -0500
committercnlohr <lohr85@gmail.com>2017-03-03 02:15:04 -0500
commit58b19da6848e64c9ca7aa47d8b3e0cd30db89d44 (patch)
treeae22943ea2072a92a50dc4524886d91341c52977 /Makefile
parentb5ff8e57a6bd86931f00465f8009626dcd36d94d (diff)
downloadlibsurvive-58b19da6848e64c9ca7aa47d8b3e0cd30db89d44.tar.gz
libsurvive-58b19da6848e64c9ca7aa47d8b3e0cd30db89d44.tar.bz2
Split out into some more things in the include folder. Getting closer to trying to have posers.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 75b5606..470cbe3 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
all : lib data_recorder test calibrate calibrate_client
-CFLAGS:=-Iinclude -I. -fPIC -g -O0 -Iredist -flto -DUSE_DOUBLE -std=gnu99
+CFLAGS:=-Iinclude/libsurvive -I. -fPIC -g -O0 -Iredist -flto -DUSE_DOUBLE -std=gnu99
LDFLAGS:=-lpthread -lusb-1.0 -lz -lX11 -lm -flto -g