7 lines
239 B
Plaintext
7 lines
239 B
Plaintext
.gitignore
|
|
LDFLAGS = -z max-page-size=4096 --orphan-handling=error
|
|
ASFLAGS = -m68010 -spaces -Felf -ldots -align -quiet -x -nowarn=62
|
|
|
|
!as = |> vasmm68k_mot $(ASFLAGS) -o %o %f |> %B.o
|
|
!ld = |> m68k-elf-ld $(LDFLAGS) -o %o %f $(LDLIBS) |>
|