mirror of
https://github.com/khuedoan/homelab.git
synced 2024-12-23 01:04:32 +07:00
Change default global make targets
This commit is contained in:
parent
54f4eb570d
commit
9fa5b58777
20
Makefile
20
Makefile
@ -1,23 +1,17 @@
|
|||||||
.POSIX:
|
.POSIX:
|
||||||
|
|
||||||
default: tools
|
default: run
|
||||||
|
|
||||||
|
.PHONY: run
|
||||||
|
run:
|
||||||
|
make -C metal
|
||||||
|
make -C infra
|
||||||
|
make -C apps
|
||||||
|
|
||||||
.PHONY: tools
|
.PHONY: tools
|
||||||
tools:
|
tools:
|
||||||
make -C tools
|
make -C tools
|
||||||
|
|
||||||
.PHONY: deploy
|
|
||||||
deploy:
|
|
||||||
make -C metal reset
|
|
||||||
make -C infra
|
|
||||||
make -C apps
|
|
||||||
|
|
||||||
.PHONY: apply
|
|
||||||
apply:
|
|
||||||
make -C metal
|
|
||||||
make -C infra
|
|
||||||
make -C apps
|
|
||||||
|
|
||||||
.PHONY: docs
|
.PHONY: docs
|
||||||
docs:
|
docs:
|
||||||
make -C docs
|
make -C docs
|
||||||
|
Loading…
Reference in New Issue
Block a user