mirror of
https://github.com/fachat/xa65.git
synced 2025-01-03 23:29:26 +00:00
bd65f3de18
Resolved Conflicts: xa/ChangeLog xa/src/xa.c xa/tests/adrm/Makefile xa/tests/binclude/Makefile xa/tests/charset/Makefile xa/tests/comcom/Makefile xa/tests/fordef/Makefile xa/tests/incerr/Makefile
14 lines
184 B
Makefile
14 lines
184 B
Makefile
|
|
default:
|
|
# in 6502 mode, it will fail.
|
|
../../xa test.a65 || exit 0 && exit 1
|
|
# in 65816 mode, it will pass.
|
|
../../xa -w test.a65
|
|
|
|
clean:
|
|
rm -f a.o65
|
|
|
|
tests:
|
|
./runtest.sh -q -C
|
|
|