diff --git a/README.md b/README.md index 543e7a9..ec4f512 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/docs/MakefileExplanation.md b/docs/MakefileExplanation.md index a4b2ad0..54e28df 100644 --- a/docs/MakefileExplanation.md +++ b/docs/MakefileExplanation.md @@ -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.