mirror of
https://github.com/fachat/xa65.git
synced 2024-11-15 23:05:30 +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
|