mirror of
https://github.com/izzy2lost/sm64ex.git
synced 2026-03-26 16:56:14 -07:00
903477cd99
* Makefile: macOS Package Manager & Compiler detection * Makefile: (Moderate) Build Speed improvements: 0) use gnu make "simply expanded" variable 1) use gnu make `shell` function instead of backticks 2) collectively these avoid multiple variable expansions per compiler call 3) should most significantly improve I/O bound platforms (e.g. MSYS2) * Makefile: revert "Compiler Options" comment change * Makefile: Move `PLATFORM_CFLAGS` to a less intrusive location