mirror of
https://github.com/khuedoan/homelab.git
synced 2024-12-23 01:24:36 +07:00
build: PHONY by default for all global target
This commit is contained in:
parent
ccc567aa18
commit
0b899cf326
6
Makefile
6
Makefile
@ -1,4 +1,5 @@
|
||||
.POSIX:
|
||||
.PHONY: *
|
||||
|
||||
default: metal bootstrap wait
|
||||
|
||||
@ -8,26 +9,21 @@ configure:
|
||||
./scripts/configure
|
||||
git status
|
||||
|
||||
.PHONY: metal
|
||||
metal:
|
||||
make -C metal
|
||||
|
||||
.PHONY: bootstrap
|
||||
bootstrap:
|
||||
make -C bootstrap
|
||||
|
||||
.PHONY: external
|
||||
external:
|
||||
make -C external
|
||||
|
||||
wait:
|
||||
./scripts/wait-main-apps
|
||||
|
||||
.PHONY: tools
|
||||
tools:
|
||||
make -C tools
|
||||
|
||||
.PHONY: docs
|
||||
docs:
|
||||
make -C docs
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user