SummerCart64/sw/n64/build.sh

4 lines
132 B
Bash
Raw Permalink Normal View History

#!/bin/bash
2021-02-09 23:58:02 +01:00
2021-09-25 19:59:26 +02:00
docker run --mount type=bind,src="$(pwd)",target="/workdir" polprzewodnikowy/sc64env:0.9 /bin/bash -c "make clean all"