khuedoan-homelab/Makefile
2021-03-11 01:43:34 +07:00

20 lines
169 B
Makefile

.POSIX:
default: tools
.PHONY: tools
tools:
make -C tools
.PHONY: metal
metal:
make -C metal
.PHONY: infra
infra:
make -C infra
.PHONY: apps
apps:
make -C apps