From e65deec5ea9177891edd2b54261daaa127e40a5b Mon Sep 17 00:00:00 2001 From: Robert Garrett Date: Thu, 6 Nov 2025 09:43:11 -0600 Subject: [PATCH] Rename the Makefile, add usage note at the top I had named it makefile_web" in an effort to communicate to the user that the Make-based build path is only for web builds. It's annoying to type all that out, though, and it doesn't seem like other projects follow this convention. I'll just put a usage note at the top. It's not like the Makefile can be mis-used to make a non-web version. There is no footgun here. --- makefile_web => Makefile | 3 +++ 1 file changed, 3 insertions(+) rename makefile_web => Makefile (93%) diff --git a/makefile_web b/Makefile similarity index 93% rename from makefile_web rename to Makefile index 83e77e63..9439b061 100644 --- a/makefile_web +++ b/Makefile @@ -1,3 +1,6 @@ +# This script produces a web build. If you aren't trying to do that, it is +# entirely useless to you. + SRC_DIR = ./src SRCS := $(wildcard $(SRC_DIR)/**)