From cbb4dceca7ce05141c6cf08901a63bc58c2f00c9 Mon Sep 17 00:00:00 2001 From: Rob Parker Date: Wed, 13 Sep 2017 13:41:29 +0100 Subject: [PATCH] Uncomment that important line --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d63f5b2..ab811a1 100644 --- a/Makefile +++ b/Makefile @@ -36,7 +36,7 @@ clean: downloads/mqadv_dev903_ubuntu_x86-64.tar.gz: mkdir -p downloads -# cd downloads; curl -LO https://public.dhe.ibm.com/ibmdl/export/pub/software/websphere/messaging/mqadv/mqadv_dev903_ubuntu_x86-64.tar.gz + cd downloads; curl -LO https://public.dhe.ibm.com/ibmdl/export/pub/software/websphere/messaging/mqadv/mqadv_dev903_ubuntu_x86-64.tar.gz .PHONY: downloads downloads: downloads/mqadv_dev903_ubuntu_x86-64.tar.gz