aboutsummaryrefslogtreecommitdiff
path: root/tools/lighthousefind/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/lighthousefind/Makefile')
-rw-r--r--tools/lighthousefind/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/tools/lighthousefind/Makefile b/tools/lighthousefind/Makefile
new file mode 100644
index 0000000..b3e2637
--- /dev/null
+++ b/tools/lighthousefind/Makefile
@@ -0,0 +1,10 @@
+all : camfind
+
+CFLAGS:=-g -O4 -DFLT=double -I../../redist -flto
+LDFLAGS:=$(CFLAGS) -lm
+
+camfind : camfind.o ../../redist/linmath.c
+ gcc -o $@ $^ $(LDFLAGS)
+
+clean :
+ rm -rf *.o *~ camfind