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

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