From a752ad53b2712fb58bed611ef9297cb822e1bb20 Mon Sep 17 00:00:00 2001 From: tlatorre Date: Thu, 5 Jul 2018 16:43:24 -0400 Subject: add a function to compute the energy along a muon track --- Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 0e68776..3e0c0ee 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,8 @@ -CFLAGS=-O4 +CFLAGS=-O4 -Wall LDLIBS=-lm -lgsl -lgslcblas +all: test + calculate_limits: calculate_limits.c solid_angle.o: solid_angle.c @@ -8,6 +10,6 @@ solid_angle.o: solid_angle.c test: test.c solid_angle.c refractive_index.c muon.c clean: - rm calculate_limits + rm *.o calculate_limits test .PHONY: clean -- cgit