libretro / bsnes-mercury

Fork of bsnes with various performance improvements.
GNU General Public License v3.0
47 stars 39 forks source link

Add mingw platform as was defaulting to del instead of rm in MSYS2 #19

Closed spec-chum closed 8 years ago

spec-chum commented 8 years ago

make clean was trying to use del instead of rm under MSYS2 so I've added "mingw" as a valid platform and made it use rm, defaulting back to platform := windows again afterwards.

spec-chum commented 8 years ago

PR not needed.

The correct way to clean would be: make -j8 ui='target-libretro' platform=win profile=balanced clean