Update README.md
This commit is contained in:
parent
0659580291
commit
6e594f4fa7
1 changed files with 6 additions and 6 deletions
12
README.md
12
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
|
||||
|
|
Loading…
Reference in a new issue