Add more target for each layer

This commit is contained in:
Khue Doan 2021-02-12 12:38:43 +07:00
parent c2744838ab
commit fd452401da

View File

@ -1,5 +1,19 @@
.POSIX:
build:
all: metal infra platform apps
.PHONY: metal
metal:
make -C metal
.PHONY: infra
infra:
make -C infra
.PHONY: platform
platform:
make -C platform
.PHONY: apps
apps:
make -C apps