diff options
author | tlatorre <tlatorre@uchicago.edu> | 2018-07-05 16:49:46 -0400 |
---|---|---|
committer | tlatorre <tlatorre@uchicago.edu> | 2018-07-05 16:49:46 -0400 |
commit | 25c19a8888197db68ada2a40c0917e1f534323d7 (patch) | |
tree | f3201c3e5fd9cc6ef4d823a17a23a87e0833cbda /Makefile | |
parent | a752ad53b2712fb58bed611ef9297cb822e1bb20 (diff) | |
download | sddm-25c19a8888197db68ada2a40c0917e1f534323d7.tar.gz sddm-25c19a8888197db68ada2a40c0917e1f534323d7.tar.bz2 sddm-25c19a8888197db68ada2a40c0917e1f534323d7.zip |
refractive_index.c -> optics.c
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ calculate_limits: calculate_limits.c solid_angle.o: solid_angle.c -test: test.c solid_angle.c refractive_index.c muon.c +test: test.c solid_angle.c optics.c muon.c clean: rm *.o calculate_limits test |