aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-03-15 17:35:29 +0100
committerJozanLeClerc <bousset.rudy@gmail.com>2020-03-15 17:35:29 +0100
commit1f5a7c585548c0e11a3f0fec47279a13903a350a (patch)
tree29e1a883fef7f5c282fe40a73771fa2d3a7f2ddd /Makefile
parentBetter Makefiles (diff)
download42-cub3d-1f5a7c585548c0e11a3f0fec47279a13903a350a.tar.gz
42-cub3d-1f5a7c585548c0e11a3f0fec47279a13903a350a.tar.bz2
42-cub3d-1f5a7c585548c0e11a3f0fec47279a13903a350a.tar.xz
42-cub3d-1f5a7c585548c0e11a3f0fec47279a13903a350a.tar.zst
42-cub3d-1f5a7c585548c0e11a3f0fec47279a13903a350a.zip
Better Makefiles again
Diffstat (limited to '')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index f21f07a..831850a 100644
--- a/Makefile
+++ b/Makefile
@@ -137,6 +137,7 @@ CFLAGS += -Wall
CFLAGS += -Wextra
CFLAGS += -Werror
CFLAGS += -pedantic
+CFLAGS += ${DEBUG}
#--------------------------------------------------------------------------------------------------#
ifdef ASAN
CFLAGS += ${DEBUG}