Maybe #5989 can accept this compromise

This commit is contained in:
Alcaro 2017-12-29 21:07:30 +01:00
parent 22062fdf91
commit fc725e252e
2 changed files with 6 additions and 0 deletions

1
.gitignore vendored
View File

@ -117,3 +117,4 @@ obj-unix/
/pkg/msvc/msvc-2010/Release Cg/*.pdb
retroarch.cfg
Makefile.custom

View File

@ -9,6 +9,11 @@ endif
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
TARGET = retroarch
OBJDIR := obj-unix