aboutsummaryrefslogtreecommitdiff
path: root/tools/lighthousefind
diff options
context:
space:
mode:
authorcnlohr <lohr85@gmail.com>2017-01-24 01:33:58 -0500
committercnlohr <lohr85@gmail.com>2017-01-24 01:33:58 -0500
commitcca862b528c50a1fbf2c2a67c07eb8580f8fc406 (patch)
treebfa19c0611e79a16b7ccf35c7d277fcee40fa3bd /tools/lighthousefind
parentf442da3264111a012612194690a647f284ff3d68 (diff)
downloadlibsurvive-cca862b528c50a1fbf2c2a67c07eb8580f8fc406.tar.gz
libsurvive-cca862b528c50a1fbf2c2a67c07eb8580f8fc406.tar.bz2
move camfind name
Diffstat (limited to 'tools/lighthousefind')
-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