Rework global makefile

This commit is contained in:
Khue Doan 2021-04-25 13:24:26 +07:00
parent 58043b8b1c
commit b3f2d0dec3

View File

@ -6,16 +6,16 @@ default: tools
tools:
make -C tools
.PHONY: metal
metal:
make -C metal
.PHONY: infra
infra:
.PHONY: deploy
deploy:
make -C metal reset
make -C infra
make -C apps
.PHONY: apps
apps:
.PHONY: apply
apply:
make -C metal
make -C infra
make -C apps
.PHONY: docs