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

CFLAGS:=-g -O4 -DFLT=float -ffast-math
LDFLAGS:=$(CFLAGS) -lm

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

clean :
	rm -rf *.o *~ camfind