From 41b2091f9be605b39ce33f3ce8bb47ab1aeabcc7 Mon Sep 17 00:00:00 2001 From: cnlohr Date: Thu, 15 Dec 2016 22:57:51 -0500 Subject: Remove old planetest --- tools/planetest/Makefile | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 tools/planetest/Makefile (limited to 'tools/planetest/Makefile') diff --git a/tools/planetest/Makefile b/tools/planetest/Makefile deleted file mode 100644 index 37f02d7..0000000 --- a/tools/planetest/Makefile +++ /dev/null @@ -1,10 +0,0 @@ -all : camfind - -CFLAGS:=-g -O4 -DFLT=float -ffast-math -LDFLAGS:=$(CFLAGS) -lm - -camfind : camfind.o linmath.o - gcc -o $@ $^ $(LDFLAGS) - -clean : - rm -rf *.o *~ camfind -- cgit v1.2.3