mirror of
https://github.com/khuedoan/homelab.git
synced 2024-12-23 01:34:33 +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:
|
||||
|
||||
default: tools
|
||||
default: run
|
||||
|
||||
.PHONY: run
|
||||
run:
|
||||
make -C metal
|
||||
make -C infra
|
||||
make -C apps
|
||||
|
||||
.PHONY: tools
|
||||
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
|
||||
docs:
|
||||
make -C docs
|
||||
|
Loading…
Reference in New Issue
Block a user