aboutsummaryrefslogtreecommitdiff
path: root/tools/lighthousefind_tori/Makefile
diff options
context:
space:
mode:
authorMike Turvey <mturvey6@gmail.com>2017-02-05 23:01:34 -0700
committerMichael Turvey <mturvey6@gmail.com>2017-02-05 23:57:51 -0700
commit7ea248577178f45033802ba5cc2867f8a66d69f8 (patch)
tree6bf3c7385d5aafc61e69a7d8dbe329bfeb52ec45 /tools/lighthousefind_tori/Makefile
parent2afbb0313dafe3f52a38ee2061cb1de8043d16e6 (diff)
downloadlibsurvive-7ea248577178f45033802ba5cc2867f8a66d69f8.tar.gz
libsurvive-7ea248577178f45033802ba5cc2867f8a66d69f8.tar.bz2
Adding lighthousefind_tori
Diffstat (limited to 'tools/lighthousefind_tori/Makefile')
-rw-r--r--tools/lighthousefind_tori/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/tools/lighthousefind_tori/Makefile b/tools/lighthousefind_tori/Makefile
new file mode 100644
index 0000000..3bdfdd6
--- /dev/null
+++ b/tools/lighthousefind_tori/Makefile
@@ -0,0 +1,7 @@
+CFLAGS:=-g -O4 -DFLT=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)
+clean:
+ rm -f lighthousefind-tori