Update README.md
This commit is contained in:
parent
4ebbdf14cc
commit
37bbb92909
1 changed files with 4 additions and 3 deletions
|
@ -14,11 +14,12 @@ A collection of makefiles for every imaginable use
|
||||||
```
|
```
|
||||||
git submodule add https://github.com/glenux/makefiles-forever .makefiles
|
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/featureA.mk
|
||||||
-include .makefiles/featureB.mk
|
-include .makefiles/featureB.mk
|
||||||
# ...
|
|
||||||
```
|
```
|
||||||
## Good practices
|
## Good practices
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue