diff options
| author | cnlohr <lohr85@gmail.com> | 2016-12-15 22:57:51 -0500 |
|---|---|---|
| committer | cnlohr <lohr85@gmail.com> | 2016-12-15 22:57:51 -0500 |
| commit | 41b2091f9be605b39ce33f3ce8bb47ab1aeabcc7 (patch) | |
| tree | cdcd75893e6d6df789a8d47ec6d7927553479f0c /tools/planetest/Makefile | |
| parent | c36b220308c08147a6c995fbb6082aa5ab0a0a21 (diff) | |
| download | libsurvive-41b2091f9be605b39ce33f3ce8bb47ab1aeabcc7.tar.gz libsurvive-41b2091f9be605b39ce33f3ce8bb47ab1aeabcc7.tar.bz2 | |
Remove old planetest
Diffstat (limited to 'tools/planetest/Makefile')
| -rw-r--r-- | tools/planetest/Makefile | 10 |
1 files changed, 0 insertions, 10 deletions
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 |
