From 154cdb08bda2942e9de9341c0ccb6898e9429c5b Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Sun, 16 Feb 2020 20:33:24 +0100 Subject: Added libbsd to linux Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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: -- cgit v1.2.3