From 203efb6787b42a80279d4f7ba78d4c2d7e5e8a1f Mon Sep 17 00:00:00 2001 From: Joe Zuntz Date: Mon, 6 Jan 2025 09:00:41 +0000 Subject: [PATCH] fix makefile --- boltzmann/class/class_v3.2.5/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boltzmann/class/class_v3.2.5/Makefile b/boltzmann/class/class_v3.2.5/Makefile index 8ab4099e..91fb7200 100644 --- a/boltzmann/class/class_v3.2.5/Makefile +++ b/boltzmann/class/class_v3.2.5/Makefile @@ -161,7 +161,7 @@ PYTHON_FILES = python/classy.pyx python/setup.py python/cclassy.pxd python/test_ all: class libclass.a classy - external/distortions/Greens_data.dat: +external/distortions/Greens_data.dat: cd external/distortions && gunzip --force -c Greens_data.dat.gz > Greens_data.dat