1
0
mirror of https://github.com/fachat/xa65.git synced 2024-06-01 22:41:32 +00:00
xa65/xa/tests/masmcom/Makefile
Andre Fachat 1006018d26 xa-2.3.8
2017-10-15 00:50:45 +02:00

11 lines
202 B
Makefile

default:
# compile with masm mode on.
../../xa -M -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