Update README.md
This commit is contained in:
parent
6e594f4fa7
commit
4ebbdf14cc
1 changed files with 4 additions and 2 deletions
|
@ -12,11 +12,13 @@ A collection of makefiles for every imaginable use
|
|||
|
||||
* Add this repository as a GIT submodule of your project
|
||||
```
|
||||
git submodule add
|
||||
git submodule add https://github.com/glenux/makefiles-forever .makefiles
|
||||
```
|
||||
* Include needed features in your makefile
|
||||
```
|
||||
-include path/to/makefiles-forever/feature.mk
|
||||
-include .makefiles/featureA.mk
|
||||
-include .makefiles/featureB.mk
|
||||
# ...
|
||||
```
|
||||
## Good practices
|
||||
|
||||
|
|
Loading…
Reference in a new issue