aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorCharles <sircharlesaze@gmail.com>2020-02-25 15:36:08 +0100
committerCharles <sircharlesaze@gmail.com>2020-02-25 15:36:08 +0100
commite36720af3c9f5a95b93bc4c8c2ee03904cceb044 (patch)
tree0861c2deb3324aef2cef9d199428344be987678d /Makefile
parent81a6eab0458f869be6fead27782ee3e5c26b6742 (diff)
downloadfractol-e36720af3c9f5a95b93bc4c8c2ee03904cceb044.tar.gz
fractol-e36720af3c9f5a95b93bc4c8c2ee03904cceb044.tar.bz2
fractol-e36720af3c9f5a95b93bc4c8c2ee03904cceb044.zip
Added rainbow color palette
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a263084..0595e6a 100644
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,7 @@
# By: cacharle <marvin@42.fr> +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ #
# Created: 2020/02/24 09:19:49 by cacharle #+# #+# #
-# Updated: 2020/02/24 16:18:03 by cacharle ### ########.fr #
+# Updated: 2020/02/25 15:11:09 by cacharle ### ########.fr #
# #
# **************************************************************************** #
@@ -35,6 +35,7 @@ SRC_FILES = main.c \
event.c \
state.c \
helper.c \
+ color.c \
fractals/mandelbrot.c \
fractals/julia.c \
fractals/tricorn.c \