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

21 lines
249 B
Makefile

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