diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-10-12 18:37:24 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-10-12 18:37:24 +0200 |
commit | d0f761307ff1f4e101eb32f8128752c5238767bf (patch) | |
tree | 8ae434a1ecd4611a9d152e2d531262b658bdbe24 | |
parent | Makefile update (diff) | |
download | 42-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
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |