FrodeSolheim / fs-uae

Cross-platform Amiga emulator with a slight focus on gaming, but also with solid support for productivity apps including just-in-time (JIT) compilation.
https://fs-uae.net/
GNU General Public License v2.0
475 stars 95 forks source link

dist/macos/Makefile cleans too many files and Workflow Source fails when forking fs-uae on github #295

Closed jvandborg closed 2 years ago

jvandborg commented 2 years ago

Hi Frode,

I've been playing around a bit with building the latest version of FS-UAE and experienced some problems making a dist for macOS after running make clean under dist/macos.

Unfortunately the clean-target is a bit too aggressive in it's cleanup and removes the two icns-files and not the FS-UAE.app. If running make all after make clean, the make process fails because it cannot find the files fs-uae-config.icns and fs-uae.icns.

This pull request changes the clean-target to only clean all files called FS-UAE*

Best regards and a happy New Year, Jacob