diff options
| author | cnlohr <lohr85@gmail.com> | 2017-01-24 01:33:58 -0500 |
|---|---|---|
| committer | cnlohr <lohr85@gmail.com> | 2017-01-24 01:33:58 -0500 |
| commit | cca862b528c50a1fbf2c2a67c07eb8580f8fc406 (patch) | |
| tree | bfa19c0611e79a16b7ccf35c7d277fcee40fa3bd | |
| parent | f442da3264111a012612194690a647f284ff3d68 (diff) | |
| download | libsurvive-cca862b528c50a1fbf2c2a67c07eb8580f8fc406.tar.gz libsurvive-cca862b528c50a1fbf2c2a67c07eb8580f8fc406.tar.bz2 | |
move camfind name
| -rw-r--r-- | tools/lighthousefind/Makefile | 6 | ||||
| -rw-r--r-- | tools/lighthousefind/lighthousefind.c (renamed from tools/lighthousefind/camfind.c) | 0 |
2 files changed, 3 insertions, 3 deletions
diff --git a/tools/lighthousefind/Makefile b/tools/lighthousefind/Makefile index b3e2637..032ade7 100644 --- a/tools/lighthousefind/Makefile +++ b/tools/lighthousefind/Makefile @@ -1,10 +1,10 @@ -all : camfind +all : lighthousefind CFLAGS:=-g -O4 -DFLT=double -I../../redist -flto LDFLAGS:=$(CFLAGS) -lm -camfind : camfind.o ../../redist/linmath.c +lighthousefind : lighthousefind.o ../../redist/linmath.c gcc -o $@ $^ $(LDFLAGS) clean : - rm -rf *.o *~ camfind + rm -rf *.o *~ lighthousefind diff --git a/tools/lighthousefind/camfind.c b/tools/lighthousefind/lighthousefind.c index 04b2bd6..04b2bd6 100644 --- a/tools/lighthousefind/camfind.c +++ b/tools/lighthousefind/lighthousefind.c |
