From 48ef86ca7159196742ffdcc887a1754201c3497c Mon Sep 17 00:00:00 2001 From: yellows8 Date: Tue, 21 Nov 2017 15:58:58 -0500 Subject: [PATCH] Added NRO building to buildscripts/. Added elf2nro install to tools/Makefile. --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 2521141..86cb0aa 100644 --- a/Makefile +++ b/Makefile @@ -12,6 +12,7 @@ elf2nro: elf2nro.c install: all cp build_pfs0 $(DEVKITA64)/bin/ cp elf2nso $(DEVKITA64)/bin/ + cp elf2nro $(DEVKITA64)/bin/ clean: rm -f elf2nso elf2nro build_pfs0