From 546c596505ded408bd0a73343618b100013d310f Mon Sep 17 00:00:00 2001 From: Dominik Kaiser Date: Fri, 10 May 2024 12:01:25 +0200 Subject: Replicate main functionality in MLX42 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 7d5e6c2..d851d7b 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ OBJ := $(addprefix $(OBJ_DIR)/, $(SRC:%.c=%.o)) all: $(NAME) -$(NAME): libmlx $(OBJ) | libft +$(NAME): $(OBJ) | libft libmlx @$(CC) $(CFLAGS) $(HEADERS) $^ -o $@ $(LIBS) @echo "[$(NAME)] Created binary." -- cgit v1.2.3