You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
macOS comes with BSD make, which is more limited than GNU make. The system that pokegold-spaceworld uses for putting object files in a build/ directory breaks the build on macOS:
% make comparemake: *** No rule to make target `build/home/audio.o', needed by `pokegold-spaceworld.gb'. Stop.
Users have to install GNU make from Homebrew or MacPorts: