aboutsummaryrefslogtreecommitdiff
path: root/tools/lighthousefind
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
parent7ea248577178f45033802ba5cc2867f8a66d69f8 (diff)
downloadlibsurvive-a4cf0b14abb17c313243d0fb84555aec2cef61a0.tar.gz
libsurvive-a4cf0b14abb17c313243d0fb84555aec2cef61a0.tar.bz2
Merging math libraries
Diffstat (limited to 'tools/lighthousefind')
-rw-r--r--tools/lighthousefind/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/lighthousefind/Makefile b/tools/lighthousefind/Makefile
index 032ade7..cb073d9 100644
--- a/tools/lighthousefind/Makefile
+++ b/tools/lighthousefind/Makefile
@@ -1,6 +1,6 @@
all : lighthousefind
-CFLAGS:=-g -O4 -DFLT=double -I../../redist -flto
+CFLAGS:=-g -O4 -DUSE_DOUBLE -I../../redist -flto
LDFLAGS:=$(CFLAGS) -lm
lighthousefind : lighthousefind.o ../../redist/linmath.c