Skip to content

Commit

Permalink
Clarify that GNU make is needed.
Browse files Browse the repository at this point in the history
  • Loading branch information
ltratt authored and probablytom committed Nov 14, 2023
1 parent 4a1fc8a commit 1eb514a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Examples of CHERI fundamental operations, interesting corner cases, and simple
demonstrative applications.

A makefile is provided for each supported platform, and a basic build command
A `Makefile` is provided for each supported platform, and a basic build command
looks like this:

```
Expand All @@ -26,6 +26,8 @@ files for details.
to the SDK can be given in `SDKBASE`.
- For `run-<binary>` targets, a machine or model that can run the result,
reachable by SSH.
- GNU make. Depending on your platform you might need to specify `gmake` rather
than `make`.

[cheribuild]: https://github.com/CTSRD-CHERI/cheribuild

Expand Down

0 comments on commit 1eb514a

Please sign in to comment.