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
|
FMT := c
|
||||||
|
|
||||||
CC := cc
|
CC := cc
|
||||||
CC_OPTIONS := -g -Wall -Wextra
|
CC_OPTIONS := -g -Wall -Wextra -Werror
|
||||||
DBG := gdb
|
DBG := gdb
|
||||||
|
|
||||||
SRCD := src
|
SRCD := src
|
||||||
|
|
Reference in a new issue