summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-10-12 18:43:31 +0200
committerJozanLeClerc <bousset.rudy@gmail.com>2020-10-12 18:43:31 +0200
commit3de024ab52f1652b9d104d18355aaab0d7655d7c (patch)
tree152892766aa4f9e976328e1286da63b543bc4cc7 /Makefile
parentMakefile update (diff)
download42-minishell-3de024ab52f1652b9d104d18355aaab0d7655d7c.tar.gz
42-minishell-3de024ab52f1652b9d104d18355aaab0d7655d7c.tar.bz2
42-minishell-3de024ab52f1652b9d104d18355aaab0d7655d7c.tar.xz
42-minishell-3de024ab52f1652b9d104d18355aaab0d7655d7c.tar.zst
42-minishell-3de024ab52f1652b9d104d18355aaab0d7655d7c.zip
Compatibility update
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index ced56f2..4df2846 100644
--- a/Makefile
+++ b/Makefile
@@ -125,8 +125,6 @@ CFLAGS += -Wextra
CFLAGS += -Werror
CFLAGS += -pedantic
#------------------------------------------------------------------------------#
-CDEFS = -D_POSIX_C_SOURCE=200112L
-#------------------------------------------------------------------------------#
LDFLAGS = -L${LFT_DIR}
LDFLAGS += -lft
#==============================================================================#