mirror of
https://github.com/fachat/xa65.git
synced 2026-03-15 18:16:25 +00:00
7 lines
84 B
Makefile
7 lines
84 B
Makefile
default:
|
|
../../xa test.s -o test.o
|
|
../hextool -cmp=ok < test.o
|
|
|
|
clean:
|
|
rm -f *.o
|