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

13 lines
230 B
Makefile

default:
# this should fail.
../../xa -DFAIL test.asm || exit 0 && exit 1
# these should not fail.
../../xa test.asm
../hextool -cmp=test.ok < a.o65
../../xa testi.asm
../hextool -cmp=testi.ok < a.o65
clean:
rm -f a.o65