SummerCart64/sw/riscv/build.sh
2021-09-25 23:46:53 +02:00

4 lines
141 B
Bash
Executable File

#!/bin/bash
docker run --mount type=bind,src="$(pwd)",target="/workdir" ghcr.io/polprzewodnikowy/sc64env:v0.9 /bin/bash -c "make clean all"