xa65/xa/tests/masmcom/Makefile

11 lines
206 B
Makefile

default:
# compile with masm mode on.
../../xa -XMASM -o test.o test.s
../hextool -cmp=okmasm < test.o
# compile without
../../xa -o test.o test.s
../hextool -cmp=oknomasm < test.o
clean:
rm -f *.o