aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorRudy Bousset <rbousset@z3r8p1.le-101.fr>2020-02-13 17:28:01 +0100
committerRudy Bousset <rbousset@z3r8p1.le-101.fr>2020-02-13 17:28:01 +0100
commit3dd666969d58d7608d25d240a95be84a8bf42394 (patch)
treee3aa66c20eb572561d22f65b3ee16830734df2fe /Makefile
parentdoes not compile but new header for structs (diff)
download42-cub3d-3dd666969d58d7608d25d240a95be84a8bf42394.tar.gz
42-cub3d-3dd666969d58d7608d25d240a95be84a8bf42394.tar.bz2
42-cub3d-3dd666969d58d7608d25d240a95be84a8bf42394.tar.xz
42-cub3d-3dd666969d58d7608d25d240a95be84a8bf42394.tar.zst
42-cub3d-3dd666969d58d7608d25d240a95be84a8bf42394.zip
Divided minimap scale by 4, Makefile update
Diffstat (limited to 'Makefile')
-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 $@ $<