Update README.md

This commit is contained in:
Glenn Y. Rolland 2021-07-15 00:41:52 +02:00 committed by GitHub
parent 4ebbdf14cc
commit 37bbb92909
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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