1
0
mirror of https://github.com/fachat/xa65.git synced 2024-06-01 07:41:52 +00:00
xa65/xa/tests/masmcom/Makefile
2024-02-18 16:52:04 +01:00

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