aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-02-16 20:33:24 +0100
committerJozanLeClerc <bousset.rudy@gmail.com>2020-02-16 20:33:24 +0100
commit154cdb08bda2942e9de9341c0ccb6898e9429c5b (patch)
tree82d0886942a1dbd5c93bc290df84ade7cd7f294d /Makefile
parentMerged (diff)
download42-cub3d-154cdb08bda2942e9de9341c0ccb6898e9429c5b.tar.gz
42-cub3d-154cdb08bda2942e9de9341c0ccb6898e9429c5b.tar.bz2
42-cub3d-154cdb08bda2942e9de9341c0ccb6898e9429c5b.tar.xz
42-cub3d-154cdb08bda2942e9de9341c0ccb6898e9429c5b.tar.zst
42-cub3d-154cdb08bda2942e9de9341c0ccb6898e9429c5b.zip
Added libbsd to linux Makefile
Diffstat (limited to '')
-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: