Cross-compile PS2 homebrew projects that depend on gsKit. Based on mlafeldt/docker-ps2dev.
Run this command in your project's root folder to build it inside a Docker container:
docker run -it --rm -v "$PWD:/src" root670/ps2dev-gskit makeThis will mount the current folder to /src in the container and then run
make inside /src. You may execute other commands, of course.