Skip to content

Commit

Permalink
-Iminilibx-linux
Browse files Browse the repository at this point in the history
  • Loading branch information
Jburlama authored Apr 5, 2024
1 parent be4c892 commit fcff249
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
NAME = fractol
CC = gcc
CFLAGS = -Wall -Wextra -Werror
LIB = -Lminilibx-linux -lmlx -lXext -lX11 -lm
LIB = -Lminilibx-linux -lmlx -lXext -lX11 -Iminilibx-linux
RM = rm -f
CFILES = main.c utils.c events.c render_sets.c zoom.c fractols.c fern.c
MINILIBX = minilibx-linux/libmlx_Linux.a
Expand Down

0 comments on commit fcff249

Please sign in to comment.