From 49f9c01ba37f4a32b2b803de654ba5464b736291 Mon Sep 17 00:00:00 2001 From: Jonathan Moallem Date: Sun, 13 Dec 2020 10:25:13 +1100 Subject: [PATCH] Made small copy fixes to docs --- README.md | 2 +- docs/MakefileExplanation.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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.