mirror of
https://github.com/DarkStore-3DS/Project_CTR.git
synced 2026-07-06 00:39:11 +00:00
Update makerom documentation.
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
# Building
|
||||
## Linux (incl. Windows Subsystem for Linux) & MacOS & Windows (MinGW)- Makefile
|
||||
### Requirements
|
||||
* `make`
|
||||
* Terminal access
|
||||
* Typical GNU compatible development tools (e.g. `clang`, `gcc`, `ar` etc) with __C11__ support
|
||||
|
||||
### Using Makefile
|
||||
* `make` (default) - Compile program
|
||||
* Compiling the program requires local dependencies to be compiled via `make deps` beforehand
|
||||
* `make clean` - Remove executable and object files
|
||||
* `make deps` - Compile locally included dependency libraries
|
||||
* `make clean_deps` - Remove compiled library binaries and object files
|
||||
Reference in New Issue
Block a user