Skip to content

Commit f184299

Browse files
committed
doc/guides: Improve code block
1 parent a59a87c commit f184299

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/guides/build-system/build_system.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ variables from the command line. For example, you can easily specify the target
2929
platform, using the sample Makefile, by invoking make like this:
3030

3131
```shell
32-
make BOARD=iotlab-m3
32+
BOARD=iotlab-m3 make
3333
```
3434

3535
## Makefile targets

0 commit comments

Comments
 (0)