aboutsummaryrefslogtreecommitdiff
path: root/tools/planetest2/Makefile
diff options
context:
space:
mode:
authorcnlohr <lohr85@gmail.com>2016-12-14 22:47:55 -0500
committercnlohr <lohr85@gmail.com>2016-12-14 22:47:55 -0500
commitf7fe8f908f743e9cc287d0efc5dd5db8c41fc38f (patch)
treebad3deb76a1d4b5c8106b2bdd9a1bb46d4bb1967 /tools/planetest2/Makefile
parentaeb60de1de05a640343c2e37ac3d5932a0fb369b (diff)
downloadlibsurvive-f7fe8f908f743e9cc287d0efc5dd5db8c41fc38f.tar.gz
libsurvive-f7fe8f908f743e9cc287d0efc5dd5db8c41fc38f.tar.bz2
add framework for second test.
Diffstat (limited to 'tools/planetest2/Makefile')
-rw-r--r--tools/planetest2/Makefile10
1 files changed, 10 insertions, 0 deletions
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