Skip to content

Commit

Permalink
sync Makefile.example to entry Makefile norms
Browse files Browse the repository at this point in the history
  • Loading branch information
lcn2 committed Jul 1, 2024
1 parent 787ba14 commit 513f49a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile.example
Original file line number Diff line number Diff line change
Expand Up @@ -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.
#
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 513f49a

Please sign in to comment.