kernel/Tuprules.tup

7 lines
239 B
Plaintext
Raw Permalink Normal View History

2024-03-19 09:23:45 -05:00
.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) |>