From 37bbb9290986a20857b07afbd21fda7c90134e73 Mon Sep 17 00:00:00 2001 From: "Glenn Y. Rolland" Date: Thu, 15 Jul 2021 00:41:52 +0200 Subject: [PATCH] Update README.md --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index bde434a..d600796 100644 --- a/README.md +++ b/README.md @@ -14,11 +14,12 @@ A collection of makefiles for every imaginable use ``` git submodule add https://github.com/glenux/makefiles-forever .makefiles ``` -* Include needed features in your makefile +* Include needed features in the end of your makefile ``` + # [...] + -include .makefiles/featureA.mk - -include .makefiles/featureB.mk - # ... + -include .makefiles/featureB.mk ``` ## Good practices