aboutsummaryrefslogtreecommitdiff
path: root/Makefile
blob: 61488485748a954674af3d597441899b144e320b (plain)
1
2
3
4
5
6
7
8
9
10
11
CFLAGS=-O4
LDLIBS=-lm -lgsl -lgslcblas

calculate_limits: calculate_limits.c

solid_angle.o: solid_angle.c

clean:
	rm calculate_limits

.PHONY: clean