mirror of
https://github.com/fachat/xa65.git
synced 2024-11-04 13:06:43 +00:00
13 lines
273 B
Makefile
13 lines
273 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
|