oflag=-I/usr/local/include -L/usr/local/lib -lcfitsio -lpthread -lm -Wall

all: mkoffset combcor rayfit splin2_grd

%: %.c
	gcc $^ $(oflag) -o $@
