mirror of https://github.com/LIJI32/SameBoy.git
Typo fix
This commit is contained in:
parent
1d613adac2
commit
eba7e2dde9
2
Makefile
2
Makefile
|
@ -368,7 +368,7 @@ lib: $(PUBLIC_HEADERS)
|
|||
|
||||
# Automatic dependency generation
|
||||
|
||||
ifneq ($(filter-out ios ios-ipa ios-dev clean bootroms libretro %.bin, $(MAKECMDGOALS)),)
|
||||
ifneq ($(filter-out ios ios-ipa ios-deb clean bootroms libretro %.bin, $(MAKECMDGOALS)),)
|
||||
-include $(CORE_OBJECTS:.o=.dep)
|
||||
ifneq ($(filter $(MAKECMDGOALS),sdl),)
|
||||
-include $(SDL_OBJECTS:.o=.dep)
|
||||
|
|
Loading…
Reference in New Issue