diff --git a/Makefile b/Makefile index c4bf5a8b..6ee44de2 100644 --- a/Makefile +++ b/Makefile @@ -7,6 +7,7 @@ install: make -C buildscripts/ install make -C crt0/ install make -C nx/ install + make -C tools/ install clean: make -C crt0/ clean diff --git a/tools/Makefile b/tools/Makefile index 0479b49e..6e516457 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -7,8 +7,8 @@ elf2nso: elf2nso.c sha256.c gcc -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