doc: fix error in README

This commit is contained in:
Glenn Y. Rolland 2024-01-05 23:38:44 +01:00
parent eda6531cf0
commit 681e05dc65

View file

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