1
0
mirror of https://github.com/fachat/xa65.git synced 2024-06-01 22:41:32 +00:00
xa65/xa/tests/neg_offset/Makefile
2019-10-31 22:24:30 +01:00

13 lines
200 B
Makefile

default: test1 test2
test1:
../../xa -R -LLIB6502 test1.s -o test1.o
../hextool -cmp=ok < test1.o
test2:
../../xa -R -LLIB6502 test2.s -o test2.o
../hextool -cmp=ok < test2.o
clean:
rm -f *.o