SummerCart64/sw/n64/build.sh
Polprzewodnikowy b0b1ea309f small cleanup
2021-10-25 21:36:07 +02:00

7 lines
159 B
Bash
Executable File

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