summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorjoe <rbousset@42lyon.fr>2020-12-07 16:52:55 +0100
committerjoe <rbousset@42lyon.fr>2020-12-07 16:52:55 +0100
commit2797f90f00fb9d30856d9aa8585e908bd2e93518 (patch)
treecc2a23f80d1dcd2e446b2a639d60ea5a010d7fa2 /Makefile
parentUpdate (diff)
download42-minishell-2797f90f00fb9d30856d9aa8585e908bd2e93518.tar.gz
42-minishell-2797f90f00fb9d30856d9aa8585e908bd2e93518.tar.bz2
42-minishell-2797f90f00fb9d30856d9aa8585e908bd2e93518.tar.xz
42-minishell-2797f90f00fb9d30856d9aa8585e908bd2e93518.tar.zst
42-minishell-2797f90f00fb9d30856d9aa8585e908bd2e93518.zip
val
Diffstat (limited to '')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index b9eba81..a3efec0 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-default: asan
+default: debug
#==============================================================================#
#--------------------------------- SHELL --------------------------------------#
#==============================================================================#
@@ -148,7 +148,7 @@ MKDIR = mkdir -p
#==============================================================================#
LFTRULE = all
#------------------------------------------------------------------------------#
-${OBJS_DIR}%.o: ${SRCS_DIR}%.c ${INCS}
+${OBJS_DIR}%.o: ${SRCS_DIR}%.c ${INCS}
${CC} -c ${CFLAGS} ${CDEFS} -I${LFT_INCS_DIR} -o $@ $<
#------------------------------------------------------------------------------#
${OBJS_DIR}: