🇨🇳 简体中文
Appearance
使用 Make 的简写命令简化构建工作流。
这些别名提供对常用 Make 目标的快速访问。定义在 make.aliases.sh 中,由 chezmoi 自动加载,作为 Universal Dotfiles 配置的一部分。
make.aliases.sh
mk
make
mka
make all
mkc
make clean
mkd
make doc
mkf
make format
mkh
make help
mki
make install
mkr
make run
mkt
make test