SummerCart64/sw/n64/build.sh
Polprzewodnikowy 4a6c86b397 chmod x
2021-09-25 19:55:07 +02:00

4 lines
136 B
Bash
Executable File

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