xmake-commands
Installation
SKILL.md
Xmake Commands
Xmake's CLI is a single xmake binary with subcommands. Without a subcommand it runs build.
Most target-taking commands accept several target names since v3.1.0:
xmake build target1 target2
xmake clean target1 target2