Update README.md

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

View file

@ -12,11 +12,13 @@ A collection of makefiles for every imaginable use
* Add this repository as a GIT submodule of your project * 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 needed features in your makefile
``` ```
-include path/to/makefiles-forever/feature.mk -include .makefiles/featureA.mk
-include .makefiles/featureB.mk
# ...
``` ```
## Good practices ## Good practices