返回首页
Make 助手
Categories
Select a category to view commands
基本命令
Click on any command to copy it to clipboard
Build Default Target
Build the default target (usually 'all')
make
Example: make
清理
清理生成的文件
make clean
Example: make clean
安装
安装构建的文件
make install
Example: sudo make install
构建全部
构建所有目标
make all
Example: make all