Made small copy fixes to docs
This commit is contained in:
parent
0bbbec7bb3
commit
49f9c01ba3
@ -82,7 +82,7 @@ For working with some projects, you may want to pass arguments to the program on
|
||||
#### macOS & Linux
|
||||
|
||||
```console
|
||||
$ make AGRS="--somearg"
|
||||
$ make ARGS="--somearg"
|
||||
```
|
||||
|
||||
#### Windows
|
||||
|
@ -6,7 +6,7 @@ This document attempts to explain how the project's build-system works, as well
|
||||
- [setup](#setup)
|
||||
- [all](#all)
|
||||
- [Macro Definitions (Preamble)](#macro-definitions)
|
||||
- [Custom Functions](#custom-functions)
|
||||
- [Custom Functions](#custom-functions)
|
||||
|
||||
## Targets
|
||||
This section describes most of the Makefile's functionality target-by-target, where we explain how they each execute step-by-step.
|
||||
|
Loading…
Reference in New Issue
Block a user