libstd/Tupfile

7 lines
173 B
Plaintext
Raw Normal View History

2024-03-19 09:24:25 -05:00
.gitignore
ASFLAGS = -m68010 -spaces -Felf -ldots -align -quiet -x -nowarn=62
: foreach *.68k |> vasmm68k_mot $(ASFLAGS) -o %o %f |> %B.o
: *.o |> ar rs %o %f |> libstd.a