From 3b8da4cddc2311268cff925de70197a1d1b3e98b Mon Sep 17 00:00:00 2001 From: plutoo Date: Sun, 10 Sep 2017 23:35:59 +0200 Subject: [PATCH] Fix makefile, readme --- Makefile | 7 ++++++- README.md | 10 ++++++---- tools/elf2nso.c | 1 + 3 files changed, 13 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index 31d25bfb..c4bf5a8b 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,12 @@ all: + make -C crt0/ + make -C nx/ + make -C tools/ + +install: make -C buildscripts/ install make -C crt0/ install - make -C nx/ + make -C nx/ install clean: make -C crt0/ clean diff --git a/README.md b/README.md index e8d6e54a..18ad84b4 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ -# Nintendo Switch AArch64-only userland library. Based on libctru. +# Nintendo Switch AArch64-only userland library. +Based on libctru. -Install using: - - make install \ No newline at end of file +# Install instructions +* Setup $DEVKITA64 in your environment. +* make install +* cd tools/ && sudo make install diff --git a/tools/elf2nso.c b/tools/elf2nso.c index 70fcf46b..52d305ec 100644 --- a/tools/elf2nso.c +++ b/tools/elf2nso.c @@ -1,3 +1,4 @@ +// Copyright 2017 plutoo #include #include #include