Skip to content

[rexm] Fix Makefile and change port number. - #6123

Merged
raysan5 merged 2 commits into
raysan5:masterfrom
MatthewRoush:master
Sep 3, 2026
Merged

[rexm] Fix Makefile and change port number.#6123
raysan5 merged 2 commits into
raysan5:masterfrom
MatthewRoush:master

Conversation

@MatthewRoush

Copy link
Copy Markdown
Contributor
  • Fix Makefile: The make program that comes with w64devkit uses a UNIX-style shell (w64devkit/bin/sh.exe) so we can't use del command (we could do SHELL=cmd on Windows, but this is easier, and the expectation is that w64devkit is being used anyway.)
  • Change port number: 8080 is a pretty common port number, changing it helps to prevent conflicts with other running programs.

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.)
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.
@raysan5
raysan5 merged commit a65f8be into raysan5:master Sep 3, 2026
2 checks passed
@raysan5

raysan5 commented Sep 3, 2026

Copy link
Copy Markdown
Owner

@MatthewRoush thanks for the review!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants