SummerCart64/sw/riscv/build.sh

4 lines
164 B
Bash
Raw Normal View History

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