diff options
-rw-r--r-- | Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +CFLAGS=-O4 LDLIBS=-lm -lgsl -lgslcblas calculate_limits: calculate_limits.c + +clean: + rm calculate_limits + +.PHONY: clean |
![]() |
index : sddm | |
Code for the self-destructing dark matter search in SNO | Anthony LaTorre |
aboutsummaryrefslogtreecommitdiff |
-rw-r--r-- | Makefile | 6 |
@@ -1,3 +1,9 @@ +CFLAGS=-O4 LDLIBS=-lm -lgsl -lgslcblas calculate_limits: calculate_limits.c + +clean: + rm calculate_limits + +.PHONY: clean |