7 lines
173 B
Plaintext
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
|