1
0
mirror of https://github.com/fachat/xa65.git synced 2026-03-15 18:16:25 +00:00
Files
xa65/xa/tests/ppstrings/Makefile
2019-10-31 22:15:13 +01:00

7 lines
84 B
Makefile

default:
../../xa test.s -o test.o
../hextool -cmp=ok < test.o
clean:
rm -f *.o