7 lines
149 B
Plaintext
7 lines
149 B
Plaintext
include_rules
|
|
LDFLAGS += -T boot.ld
|
|
|
|
: foreach *.z80 |> !as |>
|
|
: boot.o |> !ld |> boot.elf
|
|
: boot.elf |> z80-elf-objcopy -O binary %f %o |> boot.bin
|