1
0
mirror of https://github.com/fachat/xa65.git synced 2024-06-08 23:29:30 +00:00
xa65/xa/tests/reset_segment/Makefile
Andre Fachat 4b54dd031e xa-2.3.10
2019-11-10 13:32:56 +01:00

11 lines
179 B
Makefile

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