aboutsummaryrefslogtreecommitdiff
path: root/tools/lighthousefind_tori/Makefile
diff options
context:
space:
mode:
authorMike Turvey <mturvey6@gmail.com>2017-02-07 00:11:39 -0700
committerMike Turvey <mturvey6@gmail.com>2017-02-07 00:28:20 -0700
commita4cf0b14abb17c313243d0fb84555aec2cef61a0 (patch)
tree8064d9258b3b8c387e8e0e19518efc61caaf6eec /tools/lighthousefind_tori/Makefile
parent7ea248577178f45033802ba5cc2867f8a66d69f8 (diff)
downloadlibsurvive-a4cf0b14abb17c313243d0fb84555aec2cef61a0.tar.gz
libsurvive-a4cf0b14abb17c313243d0fb84555aec2cef61a0.tar.bz2
Merging math libraries
Diffstat (limited to 'tools/lighthousefind_tori/Makefile')
-rw-r--r--tools/lighthousefind_tori/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/lighthousefind_tori/Makefile b/tools/lighthousefind_tori/Makefile
index 3bdfdd6..b2dff64 100644
--- a/tools/lighthousefind_tori/Makefile
+++ b/tools/lighthousefind_tori/Makefile
@@ -1,7 +1,7 @@
-CFLAGS:=-g -O4 -DFLT=double -I../../redist -flto
+CFLAGS:=-g -O4 -DUSE_DOUBLE -I../../redist -flto
LDFLAGS:=$(CFLAGS) -lm
all:
- gcc -O3 -o lighthousefind-tori main.c find_tori_math.c torus_localizer.c visualization.c ../../redist/linmath.c $(LDFLAGS)
+ gcc -O3 -o lighthousefind-tori main.c torus_localizer.c visualization.c ../../redist/linmath.c $(LDFLAGS)
clean:
rm -f lighthousefind-tori