os-z80/Tuprules.tup

6 lines
126 B
Plaintext
Raw Normal View History

2023-01-29 11:03:53 -06:00
.gitignore
LDFLAGS = -n
!as = |> z80-elf-as $(ASFLAGS) -o %o %f |> %B.o
!ld = |> z80-elf-ld $(LDFLAGS) -o %o $(LDLIBS) %f |>