From dd1231a637d337b0111a4c6e3687e6368d446307 Mon Sep 17 00:00:00 2001 From: tlatorre Date: Tue, 1 May 2018 12:44:37 -0400 Subject: start working on the code to numerically integrate to find the event rate --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 8f1188a..3b4ff53 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,3 @@ -LDLIBS=-lm +LDLIBS=-lm -lgsl -lgslcblas calculate_limits: calculate_limits.c -- cgit