aboutsummaryrefslogtreecommitdiff
path: root/tools/lighthousefind/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/lighthousefind/Makefile')
-rw-r--r--tools/lighthousefind/Makefile6
1 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