8 lines
277 B
Plaintext
8 lines
277 B
Plaintext
|
.gitignore
|
||
|
|
||
|
LDFLAGS = --orphan-handling=error -T boot.ld -z max-page-size=1
|
||
|
ASFLAGS = -m68010 -spaces -Felf -ldots -align -quiet -x -nowarn=62
|
||
|
|
||
|
: foreach *.68k |> vasmm68k_mot $(ASFLAGS) -o %o %f |> %B.o
|
||
|
: *.o | boot.ld |> m68k-elf-ld $(LDFLAGS) -o %o %f $(LDLIBS) |> boot.bin
|