From ad7dd754587cdd69dcb5893c1ff7a1b857bfbf93 Mon Sep 17 00:00:00 2001 From: Alcaro Date: Fri, 29 Dec 2017 21:16:28 +0100 Subject: [PATCH] this name makes slightly more sense. --- .gitignore | 2 +- Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 1b6cbc3cc6..918fe5bd01 100644 --- a/.gitignore +++ b/.gitignore @@ -117,4 +117,4 @@ obj-unix/ /pkg/msvc/msvc-2010/Release Cg/*.pdb retroarch.cfg -Makefile.custom +Makefile.local diff --git a/Makefile b/Makefile index ffec2d8da2..564a8f375e 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,7 @@ include config.mk # Put your favorite compile flags in this file, if you want different defaults than upstream. # Do not attempt to create that file upstream. # (It'd be better to put this comment in that file, but .gitignore doesn't work on files that exist in the repo.) --include Makefile.custom +-include Makefile.local TARGET = retroarch