From 6e594f4fa7a9520a88199ace7929427ef3900572 Mon Sep 17 00:00:00 2001 From: "Glenn Y. Rolland" Date: Thu, 15 Jul 2021 00:39:47 +0200 Subject: [PATCH] Update README.md --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 7bac89a..489ad61 100644 --- a/README.md +++ b/README.md @@ -11,13 +11,13 @@ A collection of makefiles for every imaginable use ## Usage * Add this repository as a GIT submodule of your project - - git submodule add - + ``` + git submodule add + ``` * Include needed features in your makefile - - -include path/to/makefiles-forever/feature.mk - + ``` + -include path/to/makefiles-forever/feature.mk + ``` ## Good practices * Keep task parallelism in mind