From 8c6d2b2e07e369b87ea63b2af2db8dedd6eb7b45 Mon Sep 17 00:00:00 2001 From: Landon Curt Noll Date: Mon, 21 Aug 2023 03:59:03 -0700 Subject: [PATCH] improve comment about use of += in Makefile.local --- Makefile.local | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.local b/Makefile.local index 2431531..7ffbed4 100644 --- a/Makefile.local +++ b/Makefile.local @@ -37,7 +37,8 @@ # You can append to an existing Makefile variable using '+=' symbols. # For example: # -# CFLAGS+= -Ofast +# CCOPT+= -Ofast +# COMMON_CFLAGS+= -std=gnu2x #### ###################################################################