https://github.com/developersu/ns-examples
drafts
https://github.com/developersu/ns-examples
Last synced: about 1 month ago
JSON representation
drafts
- Host: GitHub
- URL: https://github.com/developersu/ns-examples
- Owner: developersu
- License: wtfpl
- Created: 2019-11-23T02:24:51.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-02-08T18:01:14.000Z (over 5 years ago)
- Last Synced: 2025-03-23T13:25:20.047Z (about 1 year ago)
- Language: Makefile
- Size: 26.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NS Homebrew drafts and examples
Drafts and notes
## License
Please see LICENSE file
## Building
```
$ cd /tmp
$ git clone %PASTE_URL_HERE%
$ docker run -it -v `pwd`:/tmp/work devkitpro/devkita64 bash
$ cd /tmp/work
$ make
```