doc: fix error in README
This commit is contained in:
parent
eda6531cf0
commit
681e05dc65
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ $ git submodule add https://github.com/glenux/makefiles-forever .makefiles
|
|||
### Configuring your makefiles
|
||||
|
||||
In your project's makefile, include the necessary modules. __The `include` instructions must be located
|
||||
__before your existing targets__.
|
||||
after your existing targets__.
|
||||
|
||||
```makefile
|
||||
# [...variable definitions...]
|
||||
|
|
Loading…
Reference in a new issue