aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-03-30 16:50:13 +0200
committerJozanLeClerc <bousset.rudy@gmail.com>2020-03-30 16:50:13 +0200
commitc8e12617e07762d65bc7c74ecc55e279c3267b84 (patch)
tree2114b7906acdef1d5d5f2c580c62d612bf4819ca /Makefile
parentFixed conditionnal jump btw (diff)
download42-cub3d-c8e12617e07762d65bc7c74ecc55e279c3267b84.tar.gz
42-cub3d-c8e12617e07762d65bc7c74ecc55e279c3267b84.tar.bz2
42-cub3d-c8e12617e07762d65bc7c74ecc55e279c3267b84.tar.xz
42-cub3d-c8e12617e07762d65bc7c74ecc55e279c3267b84.tar.zst
42-cub3d-c8e12617e07762d65bc7c74ecc55e279c3267b84.zip
Commit
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 59b009e..cdc7f5b 100644
--- a/Makefile
+++ b/Makefile
@@ -126,6 +126,7 @@ 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_NAME += ft_init_bad_boys.c
#--------------------------------------------------------------------------------------------------#
SRCS = $(addprefix ${SRCS_DIR},${SRCS_NAME})
#--------------------------------------------------------------------------------------------------#