aboutsummaryrefslogtreecommitdiff
path: root/tools/planetest/Makefile
diff options
context:
space:
mode:
authorcnlohr <lohr85@gmail.com>2016-12-13 20:56:35 -0500
committercnlohr <lohr85@gmail.com>2016-12-13 20:56:35 -0500
commit3da18b263cb0cf1814cef374771d242c9591ed2d (patch)
treecedb69518f6361417d74faa05eebc0805ed731f3 /tools/planetest/Makefile
parentcebb93ee6b927f277d9f1d33c8b354aa440ebf44 (diff)
downloadlibsurvive-3da18b263cb0cf1814cef374771d242c9591ed2d.tar.gz
libsurvive-3da18b263cb0cf1814cef374771d242c9591ed2d.tar.bz2
Add charles' camfind (DOES NOT WORK!!!)
Diffstat (limited to 'tools/planetest/Makefile')
-rw-r--r--tools/planetest/Makefile10
1 files changed, 10 insertions, 0 deletions
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