CFLAGS=-O4 -Wall LDLIBS=-lm -lgsl -lgslcblas all: test calculate_limits: calculate_limits.c solid_angle.o: solid_angle.c test: test.c solid_angle.c optics.c muon.c clean: rm *.o calculate_limits test .PHONY: clean