From 51b27a0eddf8109c427aadc9913233a1cf1597ab Mon Sep 17 00:00:00 2001 From: Dmytro Sokil Date: Fri, 12 Jan 2018 23:38:10 +0200 Subject: [PATCH] fix make --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b9968ae..ba1ccc8 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ ifndef BOX_INSTALLED endif build: check_box_installed - mkdir build + mkdir -p build composer.phar update --no-dev -o box build -v