aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsalaaad2 <arthurdurant263@gmail.com>2020-02-17 13:30:14 +0100
committersalaaad2 <arthurdurant263@gmail.com>2020-02-17 13:30:14 +0100
commite1399f1c165e7b6f8befc78d28faadf6c75ae5e7 (patch)
treef1051bb48f8880d8d7878345ffdc3d37e25d164f
parentpepere :^) ! (diff)
parentAdded libbsd to linux Makefile (diff)
download42-cub3d-e1399f1c165e7b6f8befc78d28faadf6c75ae5e7.tar.gz
42-cub3d-e1399f1c165e7b6f8befc78d28faadf6c75ae5e7.tar.bz2
42-cub3d-e1399f1c165e7b6f8befc78d28faadf6c75ae5e7.tar.xz
42-cub3d-e1399f1c165e7b6f8befc78d28faadf6c75ae5e7.tar.zst
42-cub3d-e1399f1c165e7b6f8befc78d28faadf6c75ae5e7.zip
Merge branch 'master' of https://gitlab.com/JozanLeClerc/42-cub3d into tex_fmoen
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 21177eb..f0b1427 100644
--- a/Makefile
+++ b/Makefile
@@ -120,7 +120,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
+ ${CC} ${CFLAGS} -o $@ ${OBJS} -L${LFT_DIR} -lft -lX11 -lXext -lmlx -lm -lbsd
endif
#--------------------------------------------------------------------------------------------------#
all: