aboutsummaryrefslogtreecommitdiff
path: root/tools/planetest2/Makefile
blob: 059e1ee2e0f3bd0b06ba000e546503477585fdcf (plain)
1
2
3
4
5
6
7
8
9
10
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