From d2b84b941587591438cff32923a5a415ca9de9e2 Mon Sep 17 00:00:00 2001 From: socketz Date: Wed, 31 Jul 2019 23:07:52 +0200 Subject: [PATCH] Fixed Makefile Removed line was triggering an error --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index cc20e2e..554692a 100644 --- a/Makefile +++ b/Makefile @@ -39,7 +39,7 @@ example: # builds another set of binaries that are as small as possible, but may not work build: sh -c "if ! docker image ls | grep '$(BUILD_IMAGE)'; then echo 'building build image'; docker build -f $(BUILD_DOCKERFILE) -t $(BUILD_IMAGE) .; fi" - docker run -it \ + mkdir -p $(PROJECT_DIR)/bin docker run -it \ --rm \