use bat to show help
This commit is contained in:
parent
c71e0c7573
commit
d7fb4ed89f
1 changed files with 1 additions and 3 deletions
4
Makefile
4
Makefile
|
@ -23,14 +23,12 @@ MACHINES := \
|
||||||
asus-gl553vd
|
asus-gl553vd
|
||||||
|
|
||||||
VPS := \
|
VPS := \
|
||||||
magenta \
|
|
||||||
canigou \
|
|
||||||
istal \
|
istal \
|
||||||
tatos
|
tatos
|
||||||
|
|
||||||
.PHONY: help
|
.PHONY: help
|
||||||
help:
|
help:
|
||||||
cat Makefile
|
bat -p Makefile
|
||||||
|
|
||||||
define machine_rule
|
define machine_rule
|
||||||
.PHONY: $(1)
|
.PHONY: $(1)
|
||||||
|
|
Loading…
Reference in a new issue