mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
this name makes slightly more sense.
This commit is contained in:
parent
fc725e252e
commit
ad7dd75458
2 changed files with 2 additions and 2 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -117,4 +117,4 @@ obj-unix/
|
|||
/pkg/msvc/msvc-2010/Release Cg/*.pdb
|
||||
|
||||
retroarch.cfg
|
||||
Makefile.custom
|
||||
Makefile.local
|
||||
|
|
2
Makefile
2
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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue