aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-03-02 02:29:21 +0100
committerJozanLeClerc <bousset.rudy@gmail.com>2020-03-02 02:29:21 +0100
commitee87f5ee4aa1c79d1dedf95994a392282aa4bd16 (patch)
treed438d5e46a10aa4d11dd670f9e0469ce257f426a /Makefile
parentOSEF again (diff)
download42-cub3d-ee87f5ee4aa1c79d1dedf95994a392282aa4bd16.tar.gz
42-cub3d-ee87f5ee4aa1c79d1dedf95994a392282aa4bd16.tar.bz2
42-cub3d-ee87f5ee4aa1c79d1dedf95994a392282aa4bd16.tar.xz
42-cub3d-ee87f5ee4aa1c79d1dedf95994a392282aa4bd16.tar.zst
42-cub3d-ee87f5ee4aa1c79d1dedf95994a392282aa4bd16.zip
Music is bav but can't kill
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 429b30b..bc9c5fb 100644
--- a/Makefile
+++ b/Makefile
@@ -147,7 +147,7 @@ ifeq (${OS}, Darwin)
${CC} ${CFLAGS} -o $@ ${OBJS} -L${LFT_DIR} -L${MLX_DIR} -lft -lmlx -lm -framework OpenGL \
-framework AppKit
else
- ${CC} ${CFLAGS} -o $@ ${OBJS} -L${LFT_DIR} -lft -lX11 -lXext -lmlx -lm -lbsd -lpthread
+ ${CC} ${CFLAGS} -o $@ ${OBJS} -L${LFT_DIR} -lft -lX11 -lXext -lmlx -lm -lbsd -pthread
endif
#--------------------------------------------------------------------------------------------------#
all: ${NAME}