aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorRudy Bousset <rbousset@z2r4p3.le-101.fr>2020-01-23 18:46:55 +0100
committerRudy Bousset <rbousset@z2r4p3.le-101.fr>2020-01-23 18:46:55 +0100
commitdada4b12f07388262729a1b979e53e28bfb79db3 (patch)
tree4231057b3a7fc3fc2f4e100f9e188949df146023 /Makefile
parentPretty fine (diff)
download42-cub3d-dada4b12f07388262729a1b979e53e28bfb79db3.tar.gz
42-cub3d-dada4b12f07388262729a1b979e53e28bfb79db3.tar.bz2
42-cub3d-dada4b12f07388262729a1b979e53e28bfb79db3.tar.xz
42-cub3d-dada4b12f07388262729a1b979e53e28bfb79db3.tar.zst
42-cub3d-dada4b12f07388262729a1b979e53e28bfb79db3.zip
Nice squares
Diffstat (limited to '')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index d6f894e..05328de 100644
--- a/Makefile
+++ b/Makefile
@@ -19,6 +19,8 @@ INCS = cub3d.h
SRCS_NAME = main.c
SRCS_NAME += ft_init_lists.c
SRCS_NAME += ft_key_events.c
+SRCS_NAME += ft_exit.c
+SRCS_NAME += ft_drawsquare.c
# SRCS_NAME += ft_parse_map.c
#------------------------------------------------------------------------------#
SRCS = $(addprefix ${SRCS_DIR},${SRCS_NAME})