aboutsummaryrefslogtreecommitdiff
path: root/tools/findoptimalconfig/Makefile
diff options
context:
space:
mode:
authorJustin Berger <j.david.berger@gmail.com>2018-04-01 07:52:00 -0600
committerJustin Berger <j.david.berger@gmail.com>2018-04-01 15:37:48 -0600
commit22d40fb360fdb65da7916fb87f9b199f4f401f05 (patch)
tree5a916c5c6f7bbb1fb32dc31e5f8a475de90a6838 /tools/findoptimalconfig/Makefile
parent558429f4d01462edb606fe51d592e9f9e3889425 (diff)
downloadlibsurvive-22d40fb360fdb65da7916fb87f9b199f4f401f05.tar.gz
libsurvive-22d40fb360fdb65da7916fb87f9b199f4f401f05.tar.bz2
overhal to calibration
Diffstat (limited to 'tools/findoptimalconfig/Makefile')
-rw-r--r--tools/findoptimalconfig/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/findoptimalconfig/Makefile b/tools/findoptimalconfig/Makefile
index 5e14814..f174812 100644
--- a/tools/findoptimalconfig/Makefile
+++ b/tools/findoptimalconfig/Makefile
@@ -7,7 +7,8 @@ LIBSURVIVE:=$(SRT)/lib/libsurvive.so
CFLAGS:=-I$(SRT)/redist -I$(SRT)/include -O0 -g -DFLT=double -DUSE_DOUBLE #-fsanitize=address -fsanitize=undefined
LDFLAGS:=-lm -lpthread -llapacke -lcblas
-findoptimalconfig : findoptimalconfig.cc $(LIBSURVIVE)
+findoptimalconfig : findoptimalconfig.cc $(LIBSURVIVE)
+ cd ../..;make
g++ $(CFLAGS) -o $@ $^ $(LDFLAGS)
clean :