Uzebox / uzebox

A retro-minimalist game console engine for the ATMega644
http://uzebox.org
126 stars 43 forks source link

Fix Makefiles for case-sensitive filesystems, erroneous line in Makefile #106

Closed artcfox closed 1 year ago

artcfox commented 1 year ago

These fixes are necessary to make it compile on any system where the case sensitivity of filenames matters.

Tested using Debian Bookworm's avr-gcc version 5.4.0 on aarch64 (ARM), since Microchip doesn't provide their latest toolchain for aarch64.