From 268762689211f036faa55583c59b4a23cd1223ab Mon Sep 17 00:00:00 2001 From: Charles Date: Mon, 24 Feb 2020 16:21:05 +0100 Subject: Added burningship fractal --- Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 42feea4..a263084 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ # By: cacharle +#+ +:+ +#+ # # +#+#+#+#+#+ +#+ # # Created: 2020/02/24 09:19:49 by cacharle #+# #+# # -# Updated: 2020/02/24 16:09:04 by cacharle ### ########.fr # +# Updated: 2020/02/24 16:18:03 by cacharle ### ########.fr # # # # **************************************************************************** # @@ -37,7 +37,8 @@ SRC_FILES = main.c \ helper.c \ fractals/mandelbrot.c \ fractals/julia.c \ - fractals/tricorn.c + fractals/tricorn.c \ + fractals/burningship.c SRC = $(addprefix $(SRC_DIR)/,$(SRC_FILES)) OBJ = $(SRC:$(SRC_DIR)/%.c=$(OBJ_DIR)/%.o) -- cgit