Skip to content

Commit

Permalink
Fix documentation for c3c init
Browse files Browse the repository at this point in the history
  • Loading branch information
lerno committed Jul 28, 2024
1 parent 9dcd7b7 commit d173d53
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/content/docs/references/build-system/commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ Create a new project structure in the current directory.

Use the `--template` to select a template. The following are built in:

- `default` - the default template, produces an executable.
- `lib` - template for producing a library.
- `staticlib` - template for producing a static library.
- `exe` - the default template, produces an executable.
- `static-lib` - template for producing a static library.
- `dynamic-lib` - template for producing a dynamic library.

It is also possible to give the path to a custom template.

Expand Down

0 comments on commit d173d53

Please sign in to comment.