clydeshaffer / GameTankEmulator

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

Minor: Makefile cleaning #24

Closed nickgirardo closed 4 months ago

nickgirardo commented 4 months ago

Making this pr because I wasted like an hour confused because I misread $O as $0.

This changes $O to $(OUT_DIR) and spaces colons consistently

clydeshaffer commented 4 months ago

always good to consistently space the colon