diff options
| author | cnlohr <lohr85@gmail.com> | 2017-01-24 01:34:36 -0500 |
|---|---|---|
| committer | cnlohr <lohr85@gmail.com> | 2017-01-24 01:34:36 -0500 |
| commit | 53ccd60b29fb2023420c5e6cc21b5d9800d6a66b (patch) | |
| tree | 57ad94861fd6f64d9e5c3dea4e4b375cde6bdbde /tools/planetest2/Makefile | |
| parent | cca862b528c50a1fbf2c2a67c07eb8580f8fc406 (diff) | |
| download | libsurvive-53ccd60b29fb2023420c5e6cc21b5d9800d6a66b.tar.gz libsurvive-53ccd60b29fb2023420c5e6cc21b5d9800d6a66b.tar.bz2 | |
remove old planetest things
Diffstat (limited to 'tools/planetest2/Makefile')
| -rw-r--r-- | tools/planetest2/Makefile | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/tools/planetest2/Makefile b/tools/planetest2/Makefile deleted file mode 100644 index 059e1ee..0000000 --- a/tools/planetest2/Makefile +++ /dev/null @@ -1,10 +0,0 @@ -all : camfind - -CFLAGS:=-g -O1 -DFLT=double -I../../redist -flto -LDFLAGS:=$(CFLAGS) -lm - -camfind : camfind.o ../../redist/linmath.c - gcc -o $@ $^ $(LDFLAGS) - -clean : - rm -rf *.o *~ camfind |
