1
0
mirror of https://github.com/fachat/xa65.git synced 2024-06-01 07:41:52 +00:00
xa65/xa/tests/cll/Makefile

13 lines
93 B
Makefile

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