From 7ff3b59801a9e4efdf00ff61f3696cfb82b77025 Mon Sep 17 00:00:00 2001 From: Gary Talent Date: Thu, 7 Mar 2019 18:02:05 -0600 Subject: [PATCH] [ox] Change make target to all --- deps/ox/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deps/ox/Makefile b/deps/ox/Makefile index a37977b1..499dd6fd 100644 --- a/deps/ox/Makefile +++ b/deps/ox/Makefile @@ -8,7 +8,7 @@ ifneq ($(shell which docker 2>&1),) endif endif -make: +all: ${ENV_RUN} ./scripts/run-make build preinstall: ${ENV_RUN} ./scripts/run-make build preinstall