From b6a3f8a4408bcf8aceae8b201aed871afb9b2dd4 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 (synced from 7ff3b59801a9e4efdf00ff61f3696cfb82b77025) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a37977b12..499dd6fd6 100644 --- a/Makefile +++ b/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