aboutsummaryrefslogtreecommitdiff
path: root/redist/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'redist/Makefile')
-rw-r--r--redist/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/redist/Makefile b/redist/Makefile
index 5598c9b..8f98911 100644
--- a/redist/Makefile
+++ b/redist/Makefile
@@ -3,8 +3,8 @@ all : jsmntest lintest test_dcl
jsmntest : jsmntest.c jsmn.c
gcc -g -O0 -o $@ $^
-lintest : lintest.c linmath.c linmath.h
- gcc -g -O0 -o $@ $^ -lm
+lintest : lintest.c linmath.c linmath.h minimal_opencv.c
+ gcc -DUSE_DOUBLE -DFLT=double -g -O0 -o $@ $^ -lcblas -lm -llapacke
minimal_opencvtest : minimal_opencvtest.c minimal_opencv.c minimal_opencv.h
gcc -g -O0 -o $@ $^ -lcblas -lm -llapacke