From ace86c459f6b008d5e24736dce186d8a80ea5aa1 Mon Sep 17 00:00:00 2001 From: Dave Murphy Date: Mon, 18 Sep 2017 19:25:42 +0100 Subject: [PATCH] copy tools to devkitA64 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 7f55005..66745fd 100644 --- a/Makefile +++ b/Makefile @@ -7,8 +7,8 @@ elf2nso: elf2nso.c sha256.c gcc $(CFLAGS) -o $@ $^ -llz4 install: all - cp build_pfs0 /usr/local/bin/ - cp elf2nso /usr/local/bin/ + cp build_pfs0 $(DEVKITA64)/bin/ + cp elf2nso $(DEVKITA64)/bin/ clean: rm -f elf2nso