aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--redist/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/redist/Makefile b/redist/Makefile
index 2aa5ef1..0d74106 100644
--- a/redist/Makefile
+++ b/redist/Makefile
@@ -1,4 +1,4 @@
-all : jsmntest lintest
+all : jsmntest lintest test_dcl
jsmntest : jsmntest.c jsmn.c
gcc -g -O0 -o $@ $^
@@ -6,6 +6,9 @@ jsmntest : jsmntest.c jsmn.c
lintest : lintest.c linmath.c linmath.h
gcc -g -O0 -o $@ $^ -lm
+test_dcl : test_dcl.c dclhelpers.c minimal_opencv.c ../src/epnp/epnp.c
+ gcc -o $@ $^ os_generic.c -DFLT=double -lpthread -lcblas -lm -llapacke
+
clean :
rm -rf *.o *~ jsmntest lintest