From 19f752157a4056552c44662e38f4e5a2f8aaa4dc Mon Sep 17 00:00:00 2001 From: Sunguk Lee Date: Mon, 18 Sep 2017 03:27:53 +0900 Subject: [PATCH] Improve to clean tools --- Makefile | 1 + tools/Makefile | 1 + 2 files changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 6ee44de2..6e4e8361 100644 --- a/Makefile +++ b/Makefile @@ -12,3 +12,4 @@ install: clean: make -C crt0/ clean make -C nx/ clean + make -C tools/ clean diff --git a/tools/Makefile b/tools/Makefile index 6e516457..1d5269b5 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -12,3 +12,4 @@ install: all clean: rm -f elf2nso + rm -f build_pfs0