Skip to content

Commit 2cfeeb4

Browse files
committed
Making finally finally make clean make things clean
1 parent 2dc2eac commit 2cfeeb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ $(QFITS): $(DIR)qfits-6.2.0
251251
@echo
252252
cd $(DIR)qfits-6.2.0;\
253253
cp configure.pre configure;\
254-
cp config.h.in.pre config.h.in
254+
cp config.h.in.pre config.h.in;\
255255
configure --prefix=$(DIR)qfits-6.2.0/qloc --enable-shared=no;\
256256
make;\
257257
make install

0 commit comments

Comments
 (0)