sbcl.sbcl/make-all-targets.sh
2021-09-14 20:16:53 -04:00

12 lines
272 B
Bash
Executable file

#!/bin/sh
mkdir -p obj/xbuild
make -k -j9 -f crossbuild-runner/Makefile \
output/arm.core output/arm64.core \
output/mips.core \
output/ppc.core output/ppc64.core \
output/riscv.core \
output/sparc.core \
output/x86.core output/x86-64.core