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:
default: metal bootstrap
default: metal bootstrap wait
all: default external
@ -16,6 +16,9 @@ bootstrap:
external:
make -C external
wait:
./scripts/wait-main-apps
.PHONY: tools
tools:
make -C tools