[ox] Change make target to all

This commit is contained in:
Gary Talent 2019-03-07 18:02:05 -06:00
parent 5a9ab80753
commit 7ff3b59801

2
deps/ox/Makefile vendored
View File

@ -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