mirror of
https://github.com/switchbrew/libnx.git
synced 2025-06-21 20:42:44 +02:00
Fix makefile, readme
This commit is contained in:
parent
ea07a84df6
commit
3b8da4cddc
7
Makefile
7
Makefile
@ -1,7 +1,12 @@
|
|||||||
all:
|
all:
|
||||||
|
make -C crt0/
|
||||||
|
make -C nx/
|
||||||
|
make -C tools/
|
||||||
|
|
||||||
|
install:
|
||||||
make -C buildscripts/ install
|
make -C buildscripts/ install
|
||||||
make -C crt0/ install
|
make -C crt0/ install
|
||||||
make -C nx/
|
make -C nx/ install
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
make -C crt0/ clean
|
make -C crt0/ clean
|
||||||
|
10
README.md
10
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:
|
# Install instructions
|
||||||
|
* Setup $DEVKITA64 in your environment.
|
||||||
make install
|
* make install
|
||||||
|
* cd tools/ && sudo make install
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
// Copyright 2017 plutoo
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
Loading…
Reference in New Issue
Block a user