mirror of
https://github.com/libretro/RetroArch.git
synced 2025-02-04 00:06:11 +00:00
Maybe #5989 can accept this compromise
This commit is contained in:
parent
22062fdf91
commit
fc725e252e
1
.gitignore
vendored
1
.gitignore
vendored
@ -117,3 +117,4 @@ obj-unix/
|
||||
/pkg/msvc/msvc-2010/Release Cg/*.pdb
|
||||
|
||||
retroarch.cfg
|
||||
Makefile.custom
|
||||
|
5
Makefile
5
Makefile
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user