Made small copy fixes to docs

This commit is contained in:
Jonathan Moallem 2020-12-13 10:25:13 +11:00
parent 0bbbec7bb3
commit 49f9c01ba3
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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.