Linux command
sfdk-make 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
Build project with make
sfdk make
Build with parallel jobs
sfdk make -j[4]
Clean build
sfdk make clean
说明
sfdk make runs make inside the Sailfish OS build environment. Part of Sailfish SDK.
FAQ
What is the sfdk-make command used for?
sfdk make runs make inside the Sailfish OS build environment. Part of Sailfish SDK.
How do I run a basic sfdk-make example?
Run `sfdk make` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
Where can I find more sfdk-make examples?
This page includes 3 examples for sfdk-make, plus related commands for nearby Linux tasks.