aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authortlatorre <tlatorre@uchicago.edu>2018-07-04 18:02:05 -0400
committertlatorre <tlatorre@uchicago.edu>2018-07-04 18:02:05 -0400
commitfe4e7c42ab6198e4ebeb26e31ada1078a0965dba (patch)
tree91c0d5275a8dae8fb73d5f85e530ac9307003b8e /Makefile
parent38a45d34f4c96e92a2a34ccd97383449fd5207ee (diff)
downloadsddm-fe4e7c42ab6198e4ebeb26e31ada1078a0965dba.tar.gz
sddm-fe4e7c42ab6198e4ebeb26e31ada1078a0965dba.tar.bz2
sddm-fe4e7c42ab6198e4ebeb26e31ada1078a0965dba.zip
add a function to compute the refractive index of water as a function of wavelength
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 98f700d..bfdfb22 100644
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,7 @@ calculate_limits: calculate_limits.c
solid_angle.o: solid_angle.c
-test: test.c solid_angle.c
+test: test.c solid_angle.c refractive_index.c
clean:
rm calculate_limits