From 51d3954e38e01e2c327f561cc27f6d8abbc9907d Mon Sep 17 00:00:00 2001 From: cnlohr Date: Sat, 17 Mar 2018 20:20:47 -0400 Subject: Make build target for dcl test --- redist/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'redist/Makefile') 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 -- cgit v1.2.3