From ee4c9685acd70b9b12b22d967c2a45e9a63a714c Mon Sep 17 00:00:00 2001 From: Charles Date: Mon, 24 Feb 2020 10:45:32 +0100 Subject: Boilerplate minilibx --- Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index bbc0af6..ca5aa12 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ # By: cacharle +#+ +:+ +#+ # # +#+#+#+#+#+ +#+ # # Created: 2020/02/24 09:19:49 by cacharle #+# #+# # -# Updated: 2020/02/24 09:32:45 by cacharle ### ########.fr # +# Updated: 2020/02/24 09:57:58 by cacharle ### ########.fr # # # # **************************************************************************** # @@ -30,7 +30,10 @@ LDFLAGS = -L$(LIBFT_DIR) -lft \ -framework OpenGL -framework AppKit -lm NAME = fractol -SRC_FILES = main.c +SRC_FILES = main.c \ + render.c \ + event.c \ + state.c SRC = $(addprefix $(SRC_DIR)/,$(SRC_FILES)) OBJ = $(SRC:$(SRC_DIR)/%.c=$(OBJ_DIR)/%.o) -- cgit