Commit cea1670e authored by Antoine Kaufmann's avatar Antoine Kaufmann
Browse files

Makefile: include mk/local.mk if it exists

Enables local persistent configuration of build variables.
parent 4bf81103
......@@ -30,3 +30,4 @@ experiments/out
experiments/local-config.sh
experiments/slurm
trace/process
mk/local.mk
......@@ -20,6 +20,7 @@
# TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
# SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-include mk/local.mk
include mk/subdir_pre.mk
include mk/recipes.mk
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment