EtchedPixels / EmulatorKit

A collection of emulators mostly of retrobrew style systems
GNU General Public License v3.0
142 stars 41 forks source link

Makefile: rm dependancy which has no rule #9

Closed kolontsov closed 4 years ago

kolontsov commented 4 years ago

When tree is clean, make on macOS fails with

make: *** No rule to make target `80x86/*.o', needed by `rc2014-80c188'. Stop.

(also, we don't have 80x86/*.o as dependency on other targets, and we have cd 80x86; make anyway)