SummerCart64/sw/riscv/build.sh
Polprzewodnikowy e42c8ce660 test 2
2021-09-25 22:14:52 +02:00

4 lines
136 B
Bash
Executable File

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