Cross-platform Amiga emulator with a slight focus on gaming, but also with solid support for productivity apps including just-in-time (JIT) compilation.
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*
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
aftermake 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