diff --git a/Makefile b/Makefile index c4bf5a8b..6e4e8361 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,9 @@ install: make -C buildscripts/ install make -C crt0/ install make -C nx/ install + make -C tools/ install clean: make -C crt0/ clean make -C nx/ clean + make -C tools/ clean diff --git a/tools/Makefile b/tools/Makefile index 66745fd5..5930ac9f 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -11,4 +11,4 @@ install: all cp elf2nso $(DEVKITA64)/bin/ clean: - rm -f elf2nso + rm -f elf2nso build_pfs0