aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorCharles <sircharlesaze@gmail.com>2020-02-26 18:21:47 +0100
committerCharles <sircharlesaze@gmail.com>2020-02-26 18:21:47 +0100
commit7a5632ab67f95c561ce22a19352e963af3077a5b (patch)
treeaac0b07c04d6ac720f83801c7f980f20098a1cfb /Makefile
parentfcd239d3d5b46d72cf99a7c439a72031a0ef3a9c (diff)
downloadfractol-7a5632ab67f95c561ce22a19352e963af3077a5b.tar.gz
fractol-7a5632ab67f95c561ce22a19352e963af3077a5b.tar.bz2
fractol-7a5632ab67f95c561ce22a19352e963af3077a5b.zip
Added screen capture from cub3d
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index eb45987..199d32f 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/26 11:17:06 by cacharle ### ########.fr #
+# Updated: 2020/02/26 18:04:14 by cacharle ### ########.fr #
# #
# **************************************************************************** #
@@ -36,6 +36,7 @@ SRC_FILES = main.c \
state.c \
helper.c \
color.c \
+ capture.c \
fractals/mandelbrot.c \
fractals/julia.c \
fractals/tricorn.c \