From 6d84ef270024cd6492ca8c4c0118b29a2187063f Mon Sep 17 00:00:00 2001 From: yellows8 Date: Tue, 19 Sep 2017 22:29:31 -0400 Subject: [PATCH] Updated Makefiles for tools. --- Makefile | 2 ++ tools/Makefile | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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