SummerCart64/sw/riscv/build.sh

4 lines
136 B
Bash
Raw Normal View History

#!/bin/bash
2021-09-25 22:14:52 +02:00
docker run --mount type=bind,src="$(pwd)",target="/workdir" ghcr.io/polprzewodnikowy/sc64env /bin/bash -c "make clean all"