mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-31 02:27:13 +02:00
Remove generic targets
This commit is contained in:
@ -104,19 +104,6 @@ def DumpTargets(env):
|
|||||||
t["group"] == "Platform" for t in targets.values()
|
t["group"] == "Platform" for t in targets.values()
|
||||||
):
|
):
|
||||||
targets["upload"] = dict(name="upload", group="Platform", title="Upload")
|
targets["upload"] = dict(name="upload", group="Platform", title="Upload")
|
||||||
targets["compiledb"] = dict(
|
|
||||||
name="compiledb",
|
|
||||||
title="Compilation Database",
|
|
||||||
description="Generate compilation database `compile_commands.json`",
|
|
||||||
group="Advanced",
|
|
||||||
)
|
|
||||||
targets["clean"] = dict(name="clean", title="Clean", group="General")
|
|
||||||
targets["cleanall"] = dict(
|
|
||||||
name="cleanall",
|
|
||||||
title="Clean All",
|
|
||||||
group="General",
|
|
||||||
description="Clean a build environment and installed library dependencies",
|
|
||||||
)
|
|
||||||
return list(targets.values())
|
return list(targets.values())
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user