aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authortlatorre <tlatorre@uchicago.edu>2018-07-04 11:40:19 -0400
committertlatorre <tlatorre@uchicago.edu>2018-07-04 11:40:19 -0400
commitb01a6737eb07ab342d370cd83def1285eab08186 (patch)
treee95c9547193e4f62a936d588d260a44cb0dd6cab /Makefile
parentdc52a95f796ca7f0b3534846b2461bc0b48ad40b (diff)
downloadsddm-b01a6737eb07ab342d370cd83def1285eab08186.tar.gz
sddm-b01a6737eb07ab342d370cd83def1285eab08186.tar.bz2
sddm-b01a6737eb07ab342d370cd83def1285eab08186.zip
initial commit of a function to calculate the solid angle subtended by a circular disk
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
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