diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-10-12 18:43:31 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-10-12 18:43:31 +0200 |
commit | 3de024ab52f1652b9d104d18355aaab0d7655d7c (patch) | |
tree | 152892766aa4f9e976328e1286da63b543bc4cc7 /Makefile | |
parent | Makefile update (diff) | |
download | 42-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-- | Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -125,8 +125,6 @@ CFLAGS += -Wextra CFLAGS += -Werror CFLAGS += -pedantic #------------------------------------------------------------------------------# -CDEFS = -D_POSIX_C_SOURCE=200112L -#------------------------------------------------------------------------------# LDFLAGS = -L${LFT_DIR} LDFLAGS += -lft #==============================================================================# |