aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-03-30 13:54:11 +0200
committerJozanLeClerc <bousset.rudy@gmail.com>2020-03-30 13:54:11 +0200
commita6dbe3b5710f719b3f02ba0044a72c64ee4155ac (patch)
treec1f64e3cfec00bd5b20d9f624370644fc8e62ef4 /Makefile
parentBetter sword (diff)
download42-cub3d-a6dbe3b5710f719b3f02ba0044a72c64ee4155ac.tar.gz
42-cub3d-a6dbe3b5710f719b3f02ba0044a72c64ee4155ac.tar.bz2
42-cub3d-a6dbe3b5710f719b3f02ba0044a72c64ee4155ac.tar.xz
42-cub3d-a6dbe3b5710f719b3f02ba0044a72c64ee4155ac.tar.zst
42-cub3d-a6dbe3b5710f719b3f02ba0044a72c64ee4155ac.zip
Bug fix
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index b5ae41d..59b009e 100644
--- a/Makefile
+++ b/Makefile
@@ -125,6 +125,7 @@ SRCS_NAME += ft_floor_threads.c
SRCS_NAME += ft_castray_loop.c
SRCS_NAME += ft_sort_s_t.c
SRCS_NAME += ft_big_t.c
+SRCS_NAME += ft_time.c
#--------------------------------------------------------------------------------------------------#
SRCS = $(addprefix ${SRCS_DIR},${SRCS_NAME})
#--------------------------------------------------------------------------------------------------#