Skip to content

Commit dc2c5db

Browse files
committed
doc: Correct example build target names
1 parent 81e838f commit dc2c5db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/usage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ A simple interface description can be found at [test/mp/test/foo.capnp](../test/
1919
A more complete example can be found in [example](../example/) and run with:
2020

2121
```sh
22-
make -C build example
22+
make -C build mpexample mpprinter mpcalculator
2323
build/example/mpexample
2424
```

0 commit comments

Comments
 (0)