improve comment about use of += in Makefile.local

This commit is contained in:
Landon Curt Noll
2023-08-21 03:59:03 -07:00
parent 999ad61a78
commit 8c6d2b2e07

View File

@@ -37,7 +37,8 @@
# You can append to an existing Makefile variable using '+=' symbols.
# For example:
#
# CFLAGS+= -Ofast
# CCOPT+= -Ofast
# COMMON_CFLAGS+= -std=gnu2x
####
###################################################################