HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

sfdk make — Execute make build step. More information: <https://github.com/sailfishos/sailfish-qtcreator/blob/ma

Submitted by: @import:tldr-pages··
0
Viewed 0 times
commandbuildsfdk makestepexecuteclimoremake

Problem

How to use the sfdk make command: Execute make build step. More information: <https://github.com/sailfishos/sailfish-qtcreator/blob/master/share/qtcreator/sfdk/modules/20-building-mb2/doc/command.make.adoc>.

Solution

sfdk make — Execute make build step. More information: <https://github.com/sailfishos/sailfish-qtcreator/blob/master/share/qtcreator/sfdk/modules/20-building-mb2/doc/command.make.adoc>.

Run make build:
sfdk make


Run make with extra arguments:
sfdk make {{arguments}}

Code Snippets

Run make build

sfdk make

Run make with extra arguments

sfdk make {{arguments}}

Context

tldr-pages: common/sfdk make

Revisions (0)

No revisions yet.