diff --git a/.vscode/tasks.json b/.vscode/tasks.json index 82be20f..f89d532 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -84,7 +84,7 @@ "cwd": "${workspaceFolder}/build/" }, "args": [ - "gmake2" + "gmake" ], "windows": { "command": "./premake5.exe" diff --git a/README.md b/README.md index c4615bc..aa8d9dc 100644 --- a/README.md +++ b/README.md @@ -50,14 +50,14 @@ DO NOT INSTALL ANOTHER MinGW-W64 from another source such as msys2, you don't ne # Linux Users * CD into the build folder -* run `./premake5 gmake2` +* run `./premake5 gmake` * CD back to the root * run `make` * you are good to go # MacOS Users * CD into the build folder -* run `./premake5.osx gmake2` +* run `./premake5.osx gmake` * CD back to the root * run `make` * you are good to go diff --git a/build-MinGW-W64.bat b/build-MinGW-W64.bat index 5ceebcc..2a4934d 100644 --- a/build-MinGW-W64.bat +++ b/build-MinGW-W64.bat @@ -1,5 +1,5 @@ cd build -premake5.exe gmake2 +premake5.exe gmake cd .. mingw32-make clean pause diff --git a/build/premake5 b/build/premake5 index 36bf48d..1b601b0 100755 Binary files a/build/premake5 and b/build/premake5 differ diff --git a/build/premake5.exe b/build/premake5.exe index d4be7a0..52ae09d 100644 Binary files a/build/premake5.exe and b/build/premake5.exe differ diff --git a/build/premake5.osx b/build/premake5.osx index f7af86d..88c75da 100755 Binary files a/build/premake5.osx and b/build/premake5.osx differ