aboutsummaryrefslogtreecommitdiff
path: root/tools/lighthousefind/Makefile
blob: b3e26370d835999e496ac70c73f389b37087f5f0 (plain)
1
2
3
4
5
6
7
8
9
10
all : camfind

CFLAGS:=-g -O4 -DFLT=double -I../../redist -flto
LDFLAGS:=$(CFLAGS) -lm 

camfind : camfind.o ../../redist/linmath.c
	gcc -o $@ $^  $(LDFLAGS)

clean :
	rm -rf *.o *~ camfind