mirror of
https://github.com/fachat/xa65.git
synced 2025-04-08 18:37:12 +00:00
Resolved Conflicts: xa/ChangeLog xa/src/xa.c xa/tests/adrm/Makefile xa/tests/binclude/Makefile xa/tests/charset/Makefile xa/tests/comcom/Makefile xa/tests/fordef/Makefile xa/tests/incerr/Makefile
18 lines
303 B
Makefile
18 lines
303 B
Makefile
|
|
default:
|
|
../../xa test.s
|
|
../hextool -cmp=no-charset.o < a.o65
|
|
../../xa -O PETSCII test.s
|
|
../hextool -cmp=petscii.o < a.o65
|
|
../../xa -O PETSCREEN test.s
|
|
../hextool -cmp=petscreen.o < a.o65
|
|
../../xa -O HIGH test.s
|
|
../hextool -cmp=high.o < a.o65
|
|
|
|
clean:
|
|
rm -rf a.o65
|
|
|
|
tests:
|
|
./runtest.sh -q -C
|
|
|