diff --git a/Makefile b/Makefile index e3f0536..d5870ee 100644 --- a/Makefile +++ b/Makefile @@ -81,15 +81,12 @@ endif ifneq (,$(findstring Microsoft,$(shell uname -r))) DOWNLOADS_DIR=$(patsubst /mnt/c%,C:%,$(realpath ./downloads/)) -else -ifneq (,$(findstring Windows,$(shell echo ${OS}))) +else ifneq (,$(findstring Windows,$(shell echo ${OS}))) DOWNLOADS_DIR=$(shell pwd)/downloads/ else DOWNLOADS_DIR=$(realpath ./downloads/) endif -endif - # Try to figure out which archive to use from the architecture ifeq "$(ARCH)" "amd64" MQ_ARCHIVE_ARCH=X86-64