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

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

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

clean :
	rm -rf *.o *~ camfind