1
0
mirror of https://github.com/taigrr/gopher-os synced 2025-01-18 04:43:13 -08:00

Fix minor typo in BUILD.md

This commit is contained in:
Achilleas Anagnostopoulos 2017-08-08 23:42:25 +01:00
parent 301024eb89
commit 9838f468a7

View File

@ -34,7 +34,7 @@ The project Makefile will work on both Linux and OSX (using vagrant) targets.
When running under OSX, the Makefile will ensure that all build-related commands When running under OSX, the Makefile will ensure that all build-related commands
actually run inside the vagrant box. The following build targets are actually run inside the vagrant box. The following build targets are
supported: supported:
- `kernel`: compile the code into an elf32 binary. - `kernel`: compile the code into an elf binary.
- `iso`: compile the code and build a bootable ISO using grub as the - `iso`: compile the code and build a bootable ISO using grub as the
bootloader. bootloader.