Skip to content

Commit d082202

Browse files
authored
update readme to reflect makew changes
1 parent 640ce39 commit d082202

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
## How
88
This project uses [rust-bindgen](https://github.com/rust-lang-nursery/rust-bindgen) to create bindings for [libnx](https://github.com/switchbrew/libnx).
99

10-
For some reason, I couldn't use Makefile to compile Rust, so that's why this `makew` file exists. Also, direct compilation from Rust to elf didn't find `_start` function to run the code, that's why there's a C -> Rust (-> C) architecture.
10+
If you have [devkitPro](https://devkitpro.org/wiki/Getting_Started) installed, it's just a matter of running `make`.
1111

1212
## Credits
1313
- [rpi3-rust-template](https://github.com/cs140e/rpi3-rust-template) on building for aarch64-none-elf.

0 commit comments

Comments
 (0)