aboutsummaryrefslogtreecommitdiff
path: root/tools/lighthousefind_tori/Makefile
blob: b2dff64193493287a7f74aebc792a73e09e71927 (plain)
1
2
3
4
5
6
7
CFLAGS:=-g -O4 -DUSE_DOUBLE -I../../redist -flto
LDFLAGS:=$(CFLAGS) -lm

all:
	gcc -O3 -o lighthousefind-tori main.c torus_localizer.c visualization.c ../../redist/linmath.c $(LDFLAGS)
clean:
	rm -f lighthousefind-tori