clydeshaffer / GameTankEmulator

An emulator for the GameTank, a real physical hardware game console I've built
MIT License
15 stars 9 forks source link

undefined $(OS) breaks build #7

Closed 4ndrej closed 2 months ago

4ndrej commented 1 year ago

The $(OS) is used in makefile to detect operating system. On my Fedora linux it's undefined which makes final zipping to ../../bin/GTE_${OS}.zip fail.

nickgirardo commented 2 months ago

Closing as this has been resolved by the linked PR