From 25c19a8888197db68ada2a40c0917e1f534323d7 Mon Sep 17 00:00:00 2001 From: tlatorre Date: Thu, 5 Jul 2018 16:49:46 -0400 Subject: refractive_index.c -> optics.c --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 3e0c0ee..ee4d341 100644 --- a/Makefile +++ b/Makefile @@ -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 -- cgit