From 681e05dc65fb7a1f7454f37d99ac710ff474edd4 Mon Sep 17 00:00:00 2001 From: Glenn Date: Fri, 5 Jan 2024 23:38:44 +0100 Subject: [PATCH] doc: fix error in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index de42395..4725684 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ $ git submodule add https://github.com/glenux/makefiles-forever .makefiles ### Configuring your makefiles In your project's makefile, include the necessary modules. __The `include` instructions must be located -__before your existing targets__. +after your existing targets__. ```makefile # [...variable definitions...]