aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6e8393c..4e90778 100644
--- a/Makefile
+++ b/Makefile
@@ -92,7 +92,7 @@ endif
#==============================================================================#
#--------------------------------- Rules --------------------------------------#
#==============================================================================#
-${OBJS_DIR}%.o: ${SRCS_DIR}%.c ${INCS_DIR}%.h
+${OBJS_DIR}%.o: ${SRCS_DIR}%.c ${INCS_DIR}
@${MKDIR} ${OBJS_DIR}
ifeq (${OS}, Darwin)
${CC} -c ${CFLAGS} ${CDEFS} -I${LFT_DIR}${INCS_DIR} -I${MLX_DIR} -I${INCS_DIR} -o $@ $<