1
0
mirror of https://github.com/fachat/xa65.git synced 2024-06-29 13:29:27 +00:00
xa65/xa/tests/reset_segment/Makefile

11 lines
185 B
Makefile
Raw Normal View History

2019-11-10 12:32:56 +00:00
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:
2023-11-19 20:24:38 +00:00
rm -f *.o a.o65