host build command correction

This commit is contained in:
Robin Müller 2020-11-25 12:52:31 +01:00
parent df8814e6aa
commit 47455a80a5

View File

@ -280,7 +280,7 @@ the hard real-time limit of the system might not be high enough (see step 1).
The host build can be built with following command
```sh
make all -j
make -f Makefile-Hosted all -j
```
If compiling on Windows, it is recommended to supply `WINDOWS=1` .