diff --git a/README.md b/README.md index 0879ffe..0ea48df 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ This repository use [Git LFS](https://git-lfs.github.com/). ### Configuration of the Makefile -The files `global-config.mk` and `local-config.mk` contain configuration informations about paths to sources, executables and to the building destinations. The `global-config.mk` one contains all the variables which can be set, and shouldn’t be modified, as it can receive new variables in the future needed for the script to work, and is handled by git for new versions. If you want to specify a dedicated value to any variable, you should copy its line definition to the `local-config.mk` file, as it has been done for the preview build folder as example. Like this, you will keep your local configuration files in the future with new versions of the script. +The files `global-config.mk` and `local-config.mk` contain configuration informations about paths to sources, executables and to the building destinations. The `global-config.mk` one contains all the variables which can be set and shouldn’t be modified, as it can receive new variables in the future needed for the script to work. Moreover is handled by git for new versions and any changes you make would be erased by new pull of the script. If you want to specify a dedicated value to any variable, you should copy its line definition to the `local-config.mk` file, as it has been done for the preview build folder as example. Like this, you will keep your local configuration files in the future with new versions of the script. Simply write either the absolute or the relative path from your Makefile script situation for any information needed. diff --git a/local-config.mk b/local-config.mk deleted file mode 100644 index 20ca6ad..0000000 --- a/local-config.mk +++ /dev/null @@ -1,2 +0,0 @@ -# Destination preview folder -export PREVIEW_FOLDER := build/preview