Update README.md

This commit is contained in:
Glenn Y. Rolland 2021-07-15 00:39:47 +02:00 committed by GitHub
parent 0659580291
commit 6e594f4fa7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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