aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorRudy Bousset <rbousset@z2r5p2.le-101.fr>2020-03-01 20:45:50 +0100
committerRudy Bousset <rbousset@z2r5p2.le-101.fr>2020-03-01 20:45:50 +0100
commit2cfddcc1f58e3653142e25a4d9a80177044a8c53 (patch)
tree78192165565be253b039060b476797a20c35ef96 /Makefile
parentBetter h (diff)
download42-cub3d-2cfddcc1f58e3653142e25a4d9a80177044a8c53.tar.gz
42-cub3d-2cfddcc1f58e3653142e25a4d9a80177044a8c53.tar.bz2
42-cub3d-2cfddcc1f58e3653142e25a4d9a80177044a8c53.tar.xz
42-cub3d-2cfddcc1f58e3653142e25a4d9a80177044a8c53.tar.zst
42-cub3d-2cfddcc1f58e3653142e25a4d9a80177044a8c53.zip
in progress
Diffstat (limited to '')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d36c557..4e155d4 100644
--- a/Makefile
+++ b/Makefile
@@ -95,7 +95,7 @@ FSANITIZE = -fsanitize=address
CC = clang
#--------------------------------------------------------------------------------------------------#
CFLAGS = -std=c89
-CFLAGS = -Wall
+CFLAGS += -Wall
CFLAGS += -Wextra
CFLAGS += -Werror
CFLAGS += -pedantic