1
0
mirror of https://github.com/fachat/xa65.git synced 2026-03-13 21:16:36 +00:00
Files
xa65/xa/tests/incerr/Makefile
2014-08-20 21:53:15 +02:00

9 lines
150 B
Makefile

default:
# in 6502 mode, it will fail.
../../xa test.s || exit 0 && exit 1
# in 65816 mode, it will pass.
../../xa -w test.s
clean:
rm -f a.o65