aboutsummaryrefslogtreecommitdiff
path: root/dave/Makefile
diff options
context:
space:
mode:
authorcnlohr <lohr85@gmail.com>2017-03-09 20:35:55 -0500
committercnlohr <lohr85@gmail.com>2017-03-09 20:35:55 -0500
commit6541d1e63358324400ab446a4d1457941a0e90cf (patch)
treea19f0b81e389ea8a3e661d7fb72dd00282cf65e9 /dave/Makefile
parenta8dcfa48d3b5831f0a0470c78d71003349c0e758 (diff)
downloadlibsurvive-6541d1e63358324400ab446a4d1457941a0e90cf.tar.gz
libsurvive-6541d1e63358324400ab446a4d1457941a0e90cf.tar.bz2
Update linmath to allow for transforming the pose solver for testing purposes.
Diffstat (limited to 'dave/Makefile')
-rw-r--r--dave/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/dave/Makefile b/dave/Makefile
index 7738850..bf62837 100644
--- a/dave/Makefile
+++ b/dave/Makefile
@@ -1,7 +1,7 @@
all:
# gcc -O3 -o kalman_filter kalman_filter.c main.c
gcc -O3 -o dclapack_test dclapack_test.c -lm
- gcc -O0 -g -o AffineSolve AffineSolve.c -lm #-Wall
+ gcc -O0 -g -o AffineSolve AffineSolve.c -lm -I../redist ../redist/linmath.c #-Wall
clean:
rm -f kalman_filter dclapack_test