mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 18:22:07 +00:00
Fix the name of the GNUmakefile
GNU make actually looks for ‘GNUmakefile’, not ‘GNUMakefile’. Consequently, GNU make would erroneously attempt to use the standard makefile, instead of the GNU-specific one. This would cause an error when attempting to import png.h, due to PNGFLAGS not being correctly set.
This commit is contained in:
Reference in New Issue
Block a user