1
0
mirror of https://github.com/fachat/xa65.git synced 2026-03-15 03:16:23 +00:00
Files
xa65/xa/tests/reset_segment/Makefile
Andre Fachat 8175681d48 pass all tests
2023-10-12 17:46:50 +02:00

11 lines
185 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 a.o65