aboutsummaryrefslogtreecommitdiff
path: root/tools/lighthousefind_tori/Makefile
diff options
context:
space:
mode:
authorJosh Allen <axlecrusher@gmail.com>2017-02-12 10:23:55 -0500
committerJosh Allen <axlecrusher@gmail.com>2017-02-12 10:23:55 -0500
commitfa88e40fa07c3cf425b45fe56cf6dda613545e36 (patch)
tree80e69ea7554d6fe0b5d2c712e06cffb3db03bfc5 /tools/lighthousefind_tori/Makefile
parentacf367aab41e13b047df6670ffbb27cea8afe2d9 (diff)
parent1523a62d63e87d6f0641e0d38e7cb87138576bea (diff)
downloadlibsurvive-fa88e40fa07c3cf425b45fe56cf6dda613545e36.tar.gz
libsurvive-fa88e40fa07c3cf425b45fe56cf6dda613545e36.tar.bz2
Merge branch 'master' of github.com:cnlohr/libsurvive
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