build: always wait for main apps status

This commit is contained in:
Khue Doan 2022-03-14 02:42:59 +07:00
parent e054f2001f
commit f4cccfdba2

View File

@ -1,6 +1,6 @@
.POSIX: .POSIX:
default: metal bootstrap default: metal bootstrap wait
all: default external all: default external
@ -16,6 +16,9 @@ bootstrap:
external: external:
make -C external make -C external
wait:
./scripts/wait-main-apps
.PHONY: tools .PHONY: tools
tools: tools:
make -C tools make -C tools