From 3c2a468273fe1d07f19bf784d7f878ea008a0925 Mon Sep 17 00:00:00 2001 From: Aaron LI <aaronly.me@outlook.com> Date: Tue, 7 Feb 2017 14:12:00 +0800 Subject: Rename spline.h to spline.hpp --- mass_profile/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mass_profile/Makefile') diff --git a/mass_profile/Makefile b/mass_profile/Makefile index b9b6136..b6418ab 100644 --- a/mass_profile/Makefile +++ b/mass_profile/Makefile @@ -1,5 +1,5 @@ # -# Makefile for `mass_profile` tools +# Makefile for `chandra-acis-analysis/mass_profile` tools # # Junhua GU # Weitian LI @@ -29,7 +29,7 @@ TARGETS= fit_nfw_sbp fit_dbeta_sbp fit_beta_sbp \ fit_direct_beta calc_distance fit_wang2012_model \ fit_nfw_mass calc_lx fit_mt_pl fit_lt_pl fit_mt_bpl \ fit_lt_bpl cooling_time calc_lx_dbeta calc_lx_beta -HEADERS= projector.hpp spline.h vchisq.hpp +HEADERS= projector.hpp spline.hpp vchisq.hpp all: pgplot $(TARGETS) -- cgit v1.2.2