From 57f949a95ad9e3c7c3c8dc17d45290aa887df6f1 Mon Sep 17 00:00:00 2001
From: Rudy Bousset <rbousset@z2r4p3.le-101.fr>
Date: Mon, 10 Feb 2020 20:12:17 +0100
Subject: Better Makefile

---
 Makefile        | 2 +-
 map/map_one.cub | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile
index e7bebbd..d13510f 100644
--- a/Makefile
+++ b/Makefile
@@ -93,7 +93,7 @@ endif
 ${OBJS_DIR}%.o:		${SRCS_DIR}%.c ${INCS_DIR}${INCS}
 	@${MKDIR} ${OBJS_DIR}
 ifeq (${OS}, Darwin)
-	${CC} -c ${CFLAGS} -I${LFT_DIR}${INCS_DIR} -I${MLX_DIR} -I${INCS_DIR} -o $@ $<
+	${CC} -c ${CFLAGS} ${CDEFS} -I${LFT_DIR}${INCS_DIR} -I${MLX_DIR} -I${INCS_DIR} -o $@ $<
 else
 	${CC} -c ${CFLAGS} -I${LFT_DIR}${INCS_DIR} -I${INCS_DIR} \
  \
diff --git a/map/map_one.cub b/map/map_one.cub
index d988c7a..6586085 100644
--- a/map/map_one.cub
+++ b/map/map_one.cub
@@ -1,4 +1,4 @@
-R 1200 600
+R 1200 100000
 
 NO ./path_to_the_north_texture
 SO ./path_to_the_south_texture
-- 
cgit v1.2.3