diff options
Diffstat (limited to 'Makefile.libretro')
-rw-r--r-- | Makefile.libretro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.libretro b/Makefile.libretro index 178ae19..a8af9bc 100644 --- a/Makefile.libretro +++ b/Makefile.libretro @@ -58,7 +58,7 @@ endif core: $(OBJ) - make $(target) OS=$(OS) CC=$(CC) CPU=$(ABI) + $(MAKE) $(target) OS=$(OS) CC=$(CC) CPU=$(ABI) LIBRETRO=$(LIBRETRO) cp -v $(target) $(libname) install: $(libname) |