aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-03-08 00:26:09 +0100
committerJozanLeClerc <bousset.rudy@gmail.com>2020-03-08 00:26:09 +0100
commit1842a21f7187f32982f9f19623affbc48b4f4573 (patch)
tree37ac21c1fa4bdb5cac2e407015c3c2e23578c6c8 /Makefile
parentdefines are bav (diff)
download42-cub3d-1842a21f7187f32982f9f19623affbc48b4f4573.tar.gz
42-cub3d-1842a21f7187f32982f9f19623affbc48b4f4573.tar.bz2
42-cub3d-1842a21f7187f32982f9f19623affbc48b4f4573.tar.xz
42-cub3d-1842a21f7187f32982f9f19623affbc48b4f4573.tar.zst
42-cub3d-1842a21f7187f32982f9f19623affbc48b4f4573.zip
I gotta figure out
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index e943d9d..59de80d 100644
--- a/Makefile
+++ b/Makefile
@@ -75,6 +75,7 @@ SRCS_NAME += ft_save_to_bmp.c
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 = $(addprefix ${SRCS_DIR},${SRCS_NAME})
#--------------------------------------------------------------------------------------------------#