1
0
mirror of https://github.com/fachat/xa65.git synced 2026-03-11 07:41:59 +00:00
Files
xa65/xa/tests/cpp/Makefile
2014-08-20 21:53:15 +02:00

8 lines
125 B
Makefile

default:
$(CC) -E over.c > over.asm
../../xa -w over.asm
../hextool -cmp=expected.o < a.o65
clean:
rm -f over.asm a.o65