aboutsummaryrefslogtreecommitdiffhomepage
path: root/builder/musl.go
diff options
context:
space:
mode:
authorayan george <[email protected]>2023-09-28 12:56:10 -0400
committerAyke <[email protected]>2023-10-01 14:55:34 +0200
commitc9721197d5adb70a5086ecd320a1e3745bcaacc7 (patch)
tree832fcd55f96207956381edf31852b8a4877bc71a /builder/musl.go
parent738747bd0589ff304e17d2b3efd6f3dbf88ad809 (diff)
downloadtinygo-c9721197d5adb70a5086ecd320a1e3745bcaacc7.tar.gz
tinygo-c9721197d5adb70a5086ecd320a1e3745bcaacc7.zip
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.
Diffstat (limited to 'builder/musl.go')
0 files changed, 0 insertions, 0 deletions