Build Targets
| Target | Command | Output | Description |
|---|---|---|---|
| Flycast ELF | make flycast-image |
builds/d3tui/d3tui-flycast.elf |
KOS ELF for Flycast validation |
| ELF only | make elf |
builds/d3tui/d3tui.elf |
KOS ELF without manifest |
| D2 Assets | make d2-assets |
src/d3tui/assets/d2_menu_assets.c |
Regenerate assets from private staging |
| Verify | make verify-flycast |
manifest text | SHA-256 manifest of Flycast image |
| Clean | make clean |
— | Remove builds/d3tui/ artifacts |
| Info | make info |
— | Print project version and paths |
Note: Legacy targets (
release,debug,iso,lib,run-tests) from pre-realignment Makefiles are no longer exposed in the canonical rootMakefile. SeeMakefile.cleanfor historical reference only.