all:
make -f Makefile.f10x
make -f Makefile.l1xx
clean:
make -f Makefile.f10x clean
make -f Makefile.l1xx clean
.PHONY: all clean