CFLAGS = -O3 -std=c99 -I/opt/local/include PROGRAMS = \ test01 all: $(PROGRAMS) test01: test01.o do_fits.o $(CC) -o $@ $^ test01.o: test01.c do_fits.h