From 3da18b263cb0cf1814cef374771d242c9591ed2d Mon Sep 17 00:00:00 2001 From: cnlohr Date: Tue, 13 Dec 2016 20:56:35 -0500 Subject: Add charles' camfind (DOES NOT WORK!!!) --- tools/planetest/Makefile | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 tools/planetest/Makefile (limited to 'tools/planetest/Makefile') diff --git a/tools/planetest/Makefile b/tools/planetest/Makefile new file mode 100644 index 0000000..0e55f12 --- /dev/null +++ b/tools/planetest/Makefile @@ -0,0 +1,10 @@ +all : camfind + +CFLAGS:=-g -O4 +LDFLAGS:=$(CFLAGS) -lm + +camfind : camfind.o linmath.o + gcc -o $@ $^ $(LDFLAGS) + +clean : + rm -rf *.o *~ camfind -- cgit v1.2.3