aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-03-11 01:17:41 +0100
committerJozanLeClerc <bousset.rudy@gmail.com>2020-03-11 01:17:41 +0100
commit154ccbc0546018554982f9170d32b7858a8c33aa (patch)
treeb6ec684e090782d1ed80f3eb0cb393a4db2b5bfa /Makefile
parentStupid me (diff)
download42-cub3d-154ccbc0546018554982f9170d32b7858a8c33aa.tar.gz
42-cub3d-154ccbc0546018554982f9170d32b7858a8c33aa.tar.bz2
42-cub3d-154ccbc0546018554982f9170d32b7858a8c33aa.tar.xz
42-cub3d-154ccbc0546018554982f9170d32b7858a8c33aa.tar.zst
42-cub3d-154ccbc0546018554982f9170d32b7858a8c33aa.zip
Norme
Diffstat (limited to '')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index de7a863..348c37a 100644
--- a/Makefile
+++ b/Makefile
@@ -81,6 +81,7 @@ SRCS_NAME += ft_treat_args.c
SRCS_NAME += ft_init_funptr.c
SRCS_NAME += ft_init_bmp.c
SRCS_NAME += ft_floor_cast.c
+SRCS_NAME += ft_floor_cast_inits.c
#--------------------------------------------------------------------------------------------------#
SRCS = $(addprefix ${SRCS_DIR},${SRCS_NAME})
#--------------------------------------------------------------------------------------------------#