libstd/Tupfile
2024-03-19 09:24:25 -05:00

7 lines
173 B
Plaintext

.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