aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tools/lighthousefind/Makefile6
-rw-r--r--tools/lighthousefind/lighthousefind.c (renamed from tools/lighthousefind/camfind.c)0
2 files changed, 3 insertions, 3 deletions
diff --git a/tools/lighthousefind/Makefile b/tools/lighthousefind/Makefile
index b3e2637..032ade7 100644
--- a/tools/lighthousefind/Makefile
+++ b/tools/lighthousefind/Makefile
@@ -1,10 +1,10 @@
-all : camfind
+all : lighthousefind
CFLAGS:=-g -O4 -DFLT=double -I../../redist -flto
LDFLAGS:=$(CFLAGS) -lm
-camfind : camfind.o ../../redist/linmath.c
+lighthousefind : lighthousefind.o ../../redist/linmath.c
gcc -o $@ $^ $(LDFLAGS)
clean :
- rm -rf *.o *~ camfind
+ rm -rf *.o *~ lighthousefind
diff --git a/tools/lighthousefind/camfind.c b/tools/lighthousefind/lighthousefind.c
index 04b2bd6..04b2bd6 100644
--- a/tools/lighthousefind/camfind.c
+++ b/tools/lighthousefind/lighthousefind.c