From 513f49aabf5fe85536f3080238f725792ed2977f Mon Sep 17 00:00:00 2001 From: Landon Curt Noll Date: Sun, 30 Jun 2024 21:28:15 -0700 Subject: [PATCH] sync Makefile.example to entry Makefile norms --- Makefile.example | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.example b/Makefile.example index 29fb2e1ab..25bff0152 100644 --- a/Makefile.example +++ b/Makefile.example @@ -27,7 +27,7 @@ TRUE= true # Example: CSILENCE= -Wno-some-thing -Wno-another-thing # # NOTE: If you add -Wno-stuff to CSILENCE, please update -# CUNKNOWN in the next section. +# CUNKNOWN in the next comment block. # # NOTE: Please don't add -Wno-unknown-warning-option to CSILENCE. # @@ -56,7 +56,7 @@ CWARN= -Wall -Wextra -pedantic ${CSILENCE} ${CUNKNOWN} # CSTD= -std=gnu17 -# Specify the architecture to build for +# Compiler bit architecture # # Example for 32-bitness: ARCH= -m32 # Example for 64-bitness: ARCH= -m64