From b01a6737eb07ab342d370cd83def1285eab08186 Mon Sep 17 00:00:00 2001 From: tlatorre Date: Wed, 4 Jul 2018 11:40:19 -0400 Subject: initial commit of a function to calculate the solid angle subtended by a circular disk --- Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 12de948..6148848 100644 --- a/Makefile +++ b/Makefile @@ -3,6 +3,8 @@ LDLIBS=-lm -lgsl -lgslcblas calculate_limits: calculate_limits.c +solid_angle.o: solid_angle.c + clean: rm calculate_limits -- cgit