Highlight make as command.

This commit is contained in:
Claudio Prezzi 2017-06-21 09:06:55 +02:00
parent b24e01d588
commit f904fff7ba

View File

@ -34,7 +34,7 @@ Build notes:
* Install the ARM embeded toolchain (see https://developer.arm.com/open-source/gnu-toolchain/gnu-rm/downloads) * Install the ARM embeded toolchain (see https://developer.arm.com/open-source/gnu-toolchain/gnu-rm/downloads)
* Include ```make``` and the ```arm-none-eabi-*``` tools in your path. * Include ```make``` and the ```arm-none-eabi-*``` tools in your path.
* Run ```git submodule init``` and ```git submodule update``` before building. * Run ```git submodule init``` and ```git submodule update``` before building.
* Make produces 2 files: * ```make``` produces 2 files:
* ```build/firmware.bin```: this is compatible with the sdcard bootloader. * ```build/firmware.bin```: this is compatible with the sdcard bootloader.
* ```build/grbl.hex```: this is not compatible with the sdcard bootloader. It loads using Flash Magic * ```build/grbl.hex```: this is not compatible with the sdcard bootloader. It loads using Flash Magic
and is primarilly for developers who don't want to keep swapping sdcards. If you flash this, and is primarilly for developers who don't want to keep swapping sdcards. If you flash this,