From 2cfeeb487ba90aa945771993c9c9f44a9cd1d79c Mon Sep 17 00:00:00 2001 From: "Gyula I. G. Jozsa" Date: Tue, 4 Apr 2017 11:25:38 +0200 Subject: [PATCH] Making finally finally make clean make things clean --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6a86ce7..3164b1f 100644 --- a/Makefile +++ b/Makefile @@ -251,7 +251,7 @@ $(QFITS): $(DIR)qfits-6.2.0 @echo cd $(DIR)qfits-6.2.0;\ cp configure.pre configure;\ - cp config.h.in.pre config.h.in + cp config.h.in.pre config.h.in;\ configure --prefix=$(DIR)qfits-6.2.0/qloc --enable-shared=no;\ make;\ make install