bulid: Rename Makefile to GNUmakefile

Prior to this commit, the build instructions were encoded in Makefiles
that contained GNU extensions that are unique to GNU Make and
incompatible with older implementations.

Thie commit renames all Makefiles to GNUmakefile which clearly denotes
that the file contains GNU extensions.

GNU Make actually first looks for a GNUmakefile, then makefile, THEN
Makefile so in addition to simply being more correct and portable, it
saves a few unnecessary failed attempts to open the correct build
file.
This commit is contained in:
ayan george
2023-09-28 12:56:10 -04:00
committed by Ayke
parent 738747bd05
commit c9721197d5
3 changed files with 0 additions and 0 deletions