diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-03-22 15:38:28 +0100 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-03-22 15:38:28 +0100 |
commit | 1363bda556bf08657bf19ff79e93319c17c22fc1 (patch) | |
tree | 9d67fd461d9dec00b65deba03aca94cda7cae0dd /Makefile | |
parent | Pretty bav (diff) | |
download | 42-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-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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}) #--------------------------------------------------------------------------------------------------# |