Makefile : les avertissements génèrent des erreurs
This commit is contained in:
parent
fbb1b5592c
commit
bd9e199752
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -2,7 +2,7 @@ NAME := aoc
|
|||
FMT := c
|
||||
|
||||
CC := cc
|
||||
CC_OPTIONS := -g -Wall -Wextra
|
||||
CC_OPTIONS := -g -Wall -Wextra -Werror
|
||||
DBG := gdb
|
||||
|
||||
SRCD := src
|
||||
|
|
Reference in a new issue