.gitignore
LDFLAGS = -n
!as = |> z80-elf-as $(ASFLAGS) -o %o %f |> %B.o
!ld = |> z80-elf-ld $(LDFLAGS) -o %o %f $(LDLIBS) |>