1
0
mirror of https://github.com/fachat/xa65.git synced 2024-09-27 17:57:51 +00:00
xa65/xa/tests/cll/Makefile
2024-03-12 09:25:18 +01:00

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