Updated Makefiles for tools.

This commit is contained in:
yellows8 2017-09-19 22:29:31 -04:00
parent ad6ce3d6f8
commit 6d84ef2700
2 changed files with 3 additions and 1 deletions

View File

@ -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

View File

@ -11,4 +11,4 @@ install: all
cp elf2nso $(DEVKITA64)/bin/
clean:
rm -f elf2nso
rm -f elf2nso build_pfs0