From cca862b528c50a1fbf2c2a67c07eb8580f8fc406 Mon Sep 17 00:00:00 2001 From: cnlohr Date: Tue, 24 Jan 2017 01:33:58 -0500 Subject: move camfind name --- tools/lighthousefind/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tools/lighthousefind/Makefile') 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 -- cgit v1.3.1