15 lines
352 B
Markdown
15 lines
352 B
Markdown
---
|
|
description: Build the Juliet projects
|
|
---
|
|
|
|
// turbo-all
|
|
This workflow builds the Juliet project.
|
|
1. To build the default (clang-Debug):
|
|
// turbo
|
|
`misc\build.bat clang`
|
|
2. To build a specific configuration (e.g., clang-Debug, msvc-Debug):
|
|
// turbo
|
|
`misc\build.bat clang-Debug`
|
|
3. To see all available targets:
|
|
// turbo
|
|
`misc\build.bat -showtargets` |