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

CFLAGS:=-g -O4
LDFLAGS:=$(CFLAGS) -lm

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

clean :
	rm -rf *.o *~ camfind