1
0
mirror of https://github.com/fachat/xa65.git synced 2024-06-18 11:29:34 +00:00
xa65/xa/tests/cpktest/Makefile
Andre Fachat 13b4cf53d9 xa-2.3.7
2017-10-15 00:47:56 +02:00

11 lines
250 B
Makefile

default:
../../xa -l test.l -o test.o pack_eng.a65
cmp test.l english.l || exit 1
../hextool -cmp=eng.ok < test.o
../../xa -l test.l -o test.o pack_ger.a65
cmp test.l deutsch.l || exit 1
../hextool -cmp=de.ok < test.o
clean:
rm -f *.o test.l