mirror of
https://github.com/DarkStore-3DS/Project_CTR.git
synced 2026-07-03 00:39:14 +00:00
569 B
569 B
Building
Linux (incl. Windows Subsystem for Linux) & MacOS & Windows (MinGW)- Makefile
Requirements
make- Terminal access
- Typical GNU compatible development tools (e.g.
clang,gcc,aretc) with C11 support
Using Makefile
make(default) - Compile program- Compiling the program requires local dependencies to be compiled via
make depsbeforehand
- Compiling the program requires local dependencies to be compiled via
make clean- Remove executable and object filesmake deps- Compile locally included dependency librariesmake clean_deps- Remove compiled library binaries and object files