aboutsummaryrefslogtreecommitdiff
path: root/tools/lighthousefind_tori/Makefile
diff options
context:
space:
mode:
authorcnlohr <lohr85@gmail.com>2017-02-11 01:08:26 -0500
committercnlohr <lohr85@gmail.com>2017-02-11 01:08:26 -0500
commitdffa6477a0ee5672a5b1763a8b99ab4e21b6c94a (patch)
tree4a38d8739c2c0d295c2154472fa760810053134d /tools/lighthousefind_tori/Makefile
parent29400a2063fc740c3c33d35649d6f6a4504b6745 (diff)
parentae522f8a06848d467c835d87772580fa7cceb5cd (diff)
downloadlibsurvive-dffa6477a0ee5672a5b1763a8b99ab4e21b6c94a.tar.gz
libsurvive-dffa6477a0ee5672a5b1763a8b99ab4e21b6c94a.tar.bz2
Merge branch 'addTorusFind6' of https://github.com/mwturvey/libsurvive into mwturvey-addTorusFind6
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..b2dff64
--- /dev/null
+++ b/tools/lighthousefind_tori/Makefile
@@ -0,0 +1,7 @@
+CFLAGS:=-g -O4 -DUSE_DOUBLE -I../../redist -flto
+LDFLAGS:=$(CFLAGS) -lm
+
+all:
+ gcc -O3 -o lighthousefind-tori main.c torus_localizer.c visualization.c ../../redist/linmath.c $(LDFLAGS)
+clean:
+ rm -f lighthousefind-tori