Executable builder for osu! Command to run to start the game (from within the working/game directory): sh -c "export LD_LIBRARY_PATH=$(pwd) && ./osu!" To run the builder: make To remove repo/built files: make clean