mirror of
https://github.com/raysan5/raylib.git
synced 2026-09-04 13:20:19 +00:00
* [rexm] Fix `Makefile`. The `make` program that comes with `w64devkit` uses a UNIX-style shell, so we can't use `del` (we could set `SHELL` to `cmd`, but this is easier, and the expectation is that `w64devkit` is being used anyway.) * [rexm] Use less common port number. When using a port that's already in use, the server fails to start. Using a different (hopefully less common) port should help mitigate this.