From 8ebb596c9f6b213a3c3e2a9ac5cc0ad300ee38d2 Mon Sep 17 00:00:00 2001 From: Bruno Raoult Date: Sun, 29 Aug 2021 13:21:25 +0200 Subject: [PATCH] GNUmakefile: typo --- c/phone-number/GNUmakefile | 4 ++-- c/templates/GNUmakefile | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/c/phone-number/GNUmakefile b/c/phone-number/GNUmakefile index ea74993..fa34ca7 100644 --- a/c/phone-number/GNUmakefile +++ b/c/phone-number/GNUmakefile @@ -14,11 +14,11 @@ # 3) add ex.c to exercise source code, and create a suitable main function # 4) use make with one of the following targets : # all: compile and run all predefined tests. -# nowarn: compile with no -Wall and -Wextra, and run all predefined tests +# nowarn: compile with no -Werror, and run all predefined tests # debug: compile with -DDEBUG and run all predefined tests # mem: perform memcheck with all tests enabled # unit: build standalone (unit) bimary -# unitnowarn: build standalone (unit) binary with -Wall and -Wextra disabled +# unitnowarn: build standalone (unit) binary with -Werror disabled # unitdebug: build standalone binary with -DDEBUG # # Original 'makefile' targets can be used (test, memcheck, clean, ...) diff --git a/c/templates/GNUmakefile b/c/templates/GNUmakefile index ea74993..fa34ca7 100644 --- a/c/templates/GNUmakefile +++ b/c/templates/GNUmakefile @@ -14,11 +14,11 @@ # 3) add ex.c to exercise source code, and create a suitable main function # 4) use make with one of the following targets : # all: compile and run all predefined tests. -# nowarn: compile with no -Wall and -Wextra, and run all predefined tests +# nowarn: compile with no -Werror, and run all predefined tests # debug: compile with -DDEBUG and run all predefined tests # mem: perform memcheck with all tests enabled # unit: build standalone (unit) bimary -# unitnowarn: build standalone (unit) binary with -Wall and -Wextra disabled +# unitnowarn: build standalone (unit) binary with -Werror disabled # unitdebug: build standalone binary with -DDEBUG # # Original 'makefile' targets can be used (test, memcheck, clean, ...)