From f7fe8f908f743e9cc287d0efc5dd5db8c41fc38f Mon Sep 17 00:00:00 2001 From: cnlohr Date: Wed, 14 Dec 2016 22:47:55 -0500 Subject: add framework for second test. --- tools/planetest2/Makefile | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 tools/planetest2/Makefile (limited to 'tools/planetest2/Makefile') diff --git a/tools/planetest2/Makefile b/tools/planetest2/Makefile new file mode 100644 index 0000000..2c16261 --- /dev/null +++ b/tools/planetest2/Makefile @@ -0,0 +1,10 @@ +all : camfind + +CFLAGS:=-g -O4 -DFLT=float -ffast-math +LDFLAGS:=$(CFLAGS) -lm + +camfind : camfind.o ../../redist/linmath.c + gcc -o $@ $^ $(LDFLAGS) + +clean : + rm -rf *.o *~ camfind -- cgit v1.2.3