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