Set target 'all' as default.
This commit is contained in:
parent
e12f82b6cc
commit
2885c9dd12
|
@ -82,6 +82,7 @@ def gen(out: TextIO, context: Context):
|
|||
writer.separator("Phony targets")
|
||||
|
||||
writer.build("all", "phony", all)
|
||||
writer.default("all")
|
||||
|
||||
|
||||
def build(componentSpec: str, targetSpec: str, props: Props = {}) -> str:
|
||||
|
|
Loading…
Reference in a new issue