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

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

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

clean :
	rm -rf *.o *~ lighthousefind