Files
raylib/tools
Matthew Roush a65f8be3c2 [rexm] Fix Makefile and change port number. (#6123)
* [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.
2026-09-03 22:26:29 +02:00
..