diff options
-rw-r--r-- | Makefile.libretro | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.libretro b/Makefile.libretro index b6f98b6..954fa22 100644 --- a/Makefile.libretro +++ b/Makefile.libretro @@ -44,6 +44,9 @@ core: $(OBJ) make $(target) OS=$(OS) CC=$(CC) CPU=$(ABI) cp -v $(target) $(libname) +install: $(libname) + install -Dp -m755 $(libname) $(DESTDIR)$(prefix)/lib/libretro/$(libname) + .PHONY: clean clean: |