From bb92a32d1770f97ac7503b6c3346bc36081279d9 Mon Sep 17 00:00:00 2001 From: tlatorre Date: Thu, 5 Jul 2018 15:11:58 -0400 Subject: add a simple test for the various muon functions --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index bfdfb22..0e68776 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 refractive_index.c +test: test.c solid_angle.c refractive_index.c muon.c clean: rm calculate_limits -- cgit