mirror of
https://github.com/autc04/Retro68.git
synced 2025-08-14 09:25:52 +00:00
8 lines
84 B
Raku
8 lines
84 B
Raku
OUTPUT_FORMAT("binary")
|
|
|
|
ENTRY(_main);
|
|
SECTIONS {
|
|
. = 0;
|
|
.setup : { *(.setup) }
|
|
}
|