Asm/test/project.conf

20 lines
235 B
Plaintext

targets=i386.o,sparc.o
as=../src/asm
dist=Makefile
[i386.o]
type=object
sources=i386.S
[i386.S]
asflags=-a i386 -f flat
depends=../src/asm
[sparc.o]
type=object
sources=sparc.S
[sparc.S]
asflags=-a sparc -f flat
depends=../src/asm