From f442da3264111a012612194690a647f284ff3d68 Mon Sep 17 00:00:00 2001 From: cnlohr Date: Tue, 24 Jan 2017 01:28:56 -0500 Subject: add new lighthousefind --- tools/lighthousefind/Makefile | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 tools/lighthousefind/Makefile (limited to 'tools/lighthousefind/Makefile') 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 -- cgit v1.2.3