aboutsummaryrefslogtreecommitdiff
path: root/tools/lighthousefind_tori/Makefile
diff options
context:
space:
mode:
authorJosh Allen <axlecrusher@gmail.com>2017-02-12 10:27:10 -0500
committerJosh Allen <axlecrusher@gmail.com>2017-02-12 10:27:10 -0500
commit1dae9e559ff98c2b938488a62db125236a856c8f (patch)
tree28a096179ce42930aed1236755bf152ad865b15f /tools/lighthousefind_tori/Makefile
parent12fd01346d92d24f9e6ecd89c57e25cdaa455e12 (diff)
parentfa88e40fa07c3cf425b45fe56cf6dda613545e36 (diff)
downloadlibsurvive-1dae9e559ff98c2b938488a62db125236a856c8f.tar.gz
libsurvive-1dae9e559ff98c2b938488a62db125236a856c8f.tar.bz2
Merge branch 'master' of github.com:axlecrusher/libsurvive into ootx_decoder_context
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