tinygo/docs
ayan george c9721197d5 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.
2023-10-01 14:55:34 +02:00
..
conf.py docs: add initial documentation 2018-09-23 16:46:57 +02:00
GNUmakefile bulid: Rename Makefile to GNUmakefile 2023-10-01 14:55:34 +02:00
index.rst docs: change links in README and remove old ReadTheDocs pages to point to TinyGo.org site 2019-01-13 20:29:45 +01:00
make.bat docs: add initial documentation 2018-09-23 16:46:57 +02:00
moved.rst docs: change links in README and remove old ReadTheDocs pages to point to TinyGo.org site 2019-01-13 20:29:45 +01:00