1
0
mirror of https://github.com/fachat/xa65.git synced 2024-06-17 20:29:32 +00:00
xa65/xa/tests/cll/Makefile
2024-02-18 16:52:04 +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