aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-03-22 15:38:28 +0100
committerJozanLeClerc <bousset.rudy@gmail.com>2020-03-22 15:38:28 +0100
commit1363bda556bf08657bf19ff79e93319c17c22fc1 (patch)
tree9d67fd461d9dec00b65deba03aca94cda7cae0dd /Makefile
parentPretty bav (diff)
download42-cub3d-1363bda556bf08657bf19ff79e93319c17c22fc1.tar.gz
42-cub3d-1363bda556bf08657bf19ff79e93319c17c22fc1.tar.bz2
42-cub3d-1363bda556bf08657bf19ff79e93319c17c22fc1.tar.xz
42-cub3d-1363bda556bf08657bf19ff79e93319c17c22fc1.tar.zst
42-cub3d-1363bda556bf08657bf19ff79e93319c17c22fc1.zip
More norm
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index f40452f..dec560a 100644
--- a/Makefile
+++ b/Makefile
@@ -119,6 +119,7 @@ SRCS_NAME += ft_check_missing_sfx.c
SRCS_NAME += ft_del_tex.c
SRCS_NAME += ft_del_map.c
SRCS_NAME += ft_del_lists.c
+SRCS_NAME += ft_get_spawns.c
#--------------------------------------------------------------------------------------------------#
SRCS = $(addprefix ${SRCS_DIR},${SRCS_NAME})
#--------------------------------------------------------------------------------------------------#