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

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

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

clean :
	rm -rf *.o *~ camfind