diff options
| author | Ray <raysan5@gmail.com> | 2019-02-12 12:18:26 +0100 |
|---|---|---|
| committer | Ray <raysan5@gmail.com> | 2019-02-12 12:18:26 +0100 |
| commit | 2e3310c9de01f9b636075769a35db7293ed9dbb7 (patch) | |
| tree | ab61d49f19ea95d2717e228c16000e7f00991bdf /projects/scripts/README.md | |
| parent | 944a388b1bfee6048528c29719c5a78d4888bfa5 (diff) | |
| download | raylib-2e3310c9de01f9b636075769a35db7293ed9dbb7.tar.gz raylib-2e3310c9de01f9b636075769a35db7293ed9dbb7.zip | |
Review scripts name and mini_al inclusion
Diffstat (limited to 'projects/scripts/README.md')
| -rw-r--r-- | projects/scripts/README.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/projects/scripts/README.md b/projects/scripts/README.md index cdfa29bf..ccc4b4db 100644 --- a/projects/scripts/README.md +++ b/projects/scripts/README.md @@ -58,10 +58,10 @@ all of the flags. #### Examples | What the command does | Command | |-------------------------------------------------------------|---------------------------| -| Build a release build, on Windows | `windows-build.bat` | -| Build a release build, full recompile, on Linux | `./linux-build.sh -c` | -| Build a debug build and run, on macOS | `./osx-build.sh -d -r` | -| Build in debug, run, don't print at all, on Linux with `sh` | `sh linux-build.sh -drqq` | +| Build a release build, on Windows | `build-windows.bat` | +| Build a release build, full recompile, on Linux | `./build-linux.sh -c` | +| Build a debug build and run, on macOS | `./build-osx.sh -d -r` | +| Build in debug, run, don't print at all, on Linux with `sh` | `sh build-linux.sh -drqq` | [visual-studio]: https://visualstudio.microsoft.com/downloads/#visual-studio-community-2017 |
