diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-03-15 17:35:29 +0100 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-03-15 17:35:29 +0100 |
commit | 1f5a7c585548c0e11a3f0fec47279a13903a350a (patch) | |
tree | 29e1a883fef7f5c282fe40a73771fa2d3a7f2ddd /libft | |
parent | Better Makefiles (diff) | |
download | 42-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 'libft')
-rw-r--r-- | libft/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libft/Makefile b/libft/Makefile index 0c61d4d..138fc40 100644 --- a/libft/Makefile +++ b/libft/Makefile @@ -136,6 +136,7 @@ CFLAGS += -Wall CFLAGS += -Wextra CFLAGS += -Werror CFLAGS += -pedantic +CFLAGS += ${DEBUG} #------------------------------------------------------------------------------# ifdef ASAN CFLAGS += ${DEBUG} |