To simplify multiplatform maintenance and ensure compatibility with the Libretro Buildbot,
the various platform-specific Makefiles should be consolidated into a single,
unified Makefile using the standard platform= logic.
Tasks:
- Create a unified Makefile with environment detection for unix, android, rpi64, and win.
- Centralize common compiler flags (-DRETRO, etc.) and include paths.
- Ensure the new build system produces identical binaries to the current platform-specific files.
To simplify multiplatform maintenance and ensure compatibility with the Libretro Buildbot,
the various platform-specific Makefiles should be consolidated into a single,
unified Makefile using the standard platform= logic.
Tasks: