1
0
mirror of https://github.com/fachat/xa65.git synced 2024-08-13 18:29:05 +00:00
xa65/xa/tests/listing/Makefile

17 lines
170 B
Makefile

#
# Makefile for tests
#
XA=../../xa
tests: linebreak clean
linebreak: linebreak.a65
${XA} -P- $< > a.out
cmp linebreak.out a.out
clean:
rm -f a.err a.o65 a.out