khuedoan-homelab/Makefile
2022-04-22 07:53:34 +07:00

33 lines
346 B
Makefile

.POSIX:
.PHONY: *
default: metal bootstrap wait
all: metal bootstrap external wait
configure:
./scripts/configure
git status
metal:
make -C metal
bootstrap:
make -C bootstrap
external:
make -C external
wait:
./scripts/wait-main-apps
tools:
make -C tools
docs:
make -C docs
dev:
make -C metal cluster env=dev
make -C bootstrap