README.md
Proper cloning
git clone https://jordanplayz158.xyz/JordanPlayz158/garrysmodmumblelink
cd garrysmodmumblelink
git submodule update --init --recursive
Making Makefile
cd premake5
./premake5 --os=linux --gmcommon=../garrysmod_common gmake2
Building Binary Module
If you are performing this step after "Making Makefile"
ensure you are in the root directory again (cd ..)
cd premake5/projects/linux/gmake2
make all