mirror of
https://github.com/khuedoan/homelab.git
synced 2024-12-23 01:04:32 +07:00
build: always wait for main apps status
This commit is contained in:
parent
e054f2001f
commit
f4cccfdba2
5
Makefile
5
Makefile
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user