host build command correction

This commit is contained in:
Robin Müller 2020-11-25 12:52:31 +01:00 committed by Robin Mueller
parent 27a5f6748c
commit f38ea407ca

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 The host build can be built with following command
```sh ```sh
make all -j make -f Makefile-Hosted all -j
``` ```
If compiling on Windows, it is recommended to supply `WINDOWS=1` . If compiling on Windows, it is recommended to supply `WINDOWS=1` .