Build Targets
| Target | Output | Description |
|---|---|---|
make release |
builds/d3tui.elf |
Release ELF binary |
make debug |
builds/d3tui.elf |
Debug ELF binary |
make iso |
builds/d3tui_bootable.iso |
Bootable ISO-9660 |
make lib |
builds/libd3tui.a |
Static library |
cd src && make test |
19 test executables | Run unit tests (root make test has linker issues) |