summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-10-12 18:36:32 +0200
committerJozanLeClerc <bousset.rudy@gmail.com>2020-10-12 18:36:32 +0200
commit7e99e57d747c8f9161cd08f48cacb8b1721b1d45 (patch)
tree56de9d6b1e9d2a415a1a522322694f261505915b
parentTest (diff)
download42-minishell-7e99e57d747c8f9161cd08f48cacb8b1721b1d45.tar.gz
42-minishell-7e99e57d747c8f9161cd08f48cacb8b1721b1d45.tar.bz2
42-minishell-7e99e57d747c8f9161cd08f48cacb8b1721b1d45.tar.xz
42-minishell-7e99e57d747c8f9161cd08f48cacb8b1721b1d45.tar.zst
42-minishell-7e99e57d747c8f9161cd08f48cacb8b1721b1d45.zip
Makefile update
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ed51777..f25efb3 100644
--- a/Makefile
+++ b/Makefile
@@ -125,7 +125,7 @@ CFLAGS += -Wextra
CFLAGS += -Werror
CFLAGS += -pedantic
#------------------------------------------------------------------------------#
-CDEFS = -D_BSD_SOURCE
+CDEFS = -D_POSIX_C_SOURCE
#------------------------------------------------------------------------------#
LDFLAGS = -L${LFT_DIR}
LDFLAGS += -lft