mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-06 22:56:59 +00:00
Update cheatsheets
This commit is contained in:
17
tldr/sfdk-make
Normal file
17
tldr/sfdk-make
Normal file
@@ -0,0 +1,17 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# sfdk make
|
||||
|
||||
> Executes make build step.
|
||||
> More information: <https://docs.sailfishos.org/Develop/Apps/Tutorials/Building_packages_-_advanced_techniques/#building-the-sample-application>.
|
||||
|
||||
- Run make build:
|
||||
|
||||
`sfdk make`
|
||||
|
||||
- Run make with extra arguments:
|
||||
|
||||
`sfdk make {{arguments}}`
|
||||
Reference in New Issue
Block a user