summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-10-12 18:37:24 +0200
committerJozanLeClerc <bousset.rudy@gmail.com>2020-10-12 18:37:24 +0200
commitd0f761307ff1f4e101eb32f8128752c5238767bf (patch)
tree8ae434a1ecd4611a9d152e2d531262b658bdbe24 /Makefile
parentMakefile update (diff)
download42-minishell-d0f761307ff1f4e101eb32f8128752c5238767bf.tar.gz
42-minishell-d0f761307ff1f4e101eb32f8128752c5238767bf.tar.bz2
42-minishell-d0f761307ff1f4e101eb32f8128752c5238767bf.tar.xz
42-minishell-d0f761307ff1f4e101eb32f8128752c5238767bf.tar.zst
42-minishell-d0f761307ff1f4e101eb32f8128752c5238767bf.zip
Makefile update
Diffstat (limited to '')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f25efb3..ced56f2 100644
--- a/Makefile
+++ b/Makefile
@@ -125,7 +125,7 @@ CFLAGS += -Wextra
CFLAGS += -Werror
CFLAGS += -pedantic
#------------------------------------------------------------------------------#
-CDEFS = -D_POSIX_C_SOURCE
+CDEFS = -D_POSIX_C_SOURCE=200112L
#------------------------------------------------------------------------------#
LDFLAGS = -L${LFT_DIR}
LDFLAGS += -lft