xa65/xa/tests/cll/Makefile

15 lines
120 B
Makefile

XA=../../xa
all: test1.o65
.SUFFIXES: .a65 .o65
.a65.o65:
${XA} -XCA65 -o $@ $>
clean:
rm -f *.o65
rm -f test1