Tell assembler the correct target architecture

This commit is contained in:
pjht 2022-10-09 12:01:55 -05:00
parent 716e5f7361
commit f1dd33925f

View File

@ -1,5 +1,6 @@
.gitignore
LDFLAGS = -z max-page-size=1
ASFLAGS = -m68010
!as = |> m68k-elf-as $(ASFLAGS) -o %o %f |> %B.o
!ld = |> m68k-elf-ld $(LDFLAGS) -o %o %f |>