diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-03-09 02:11:22 +0100 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-03-09 02:11:31 +0100 |
commit | 40108b83398240f50c6045bfb2bf114bded43c72 (patch) | |
tree | 61e0e483e31e17724b2dd7e1a70088659e5be1bd /Makefile | |
parent | Boy (diff) | |
download | 42-cub3d-40108b83398240f50c6045bfb2bf114bded43c72.tar.gz 42-cub3d-40108b83398240f50c6045bfb2bf114bded43c72.tar.bz2 42-cub3d-40108b83398240f50c6045bfb2bf114bded43c72.tar.xz 42-cub3d-40108b83398240f50c6045bfb2bf114bded43c72.tar.zst 42-cub3d-40108b83398240f50c6045bfb2bf114bded43c72.zip |
Reparse, may not compile
Diffstat (limited to '')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -35,6 +35,7 @@ SRCS_NAME += ft_get_colors.c SRCS_NAME += ft_get_map.c SRCS_NAME += ft_get_map_dims.c SRCS_NAME += ft_get_tex_nl.c +SRCS_NAME += ft_get_tex_extra.c SRCS_NAME += ft_get_path_nl.c SRCS_NAME += ft_get_nlvl_pos.c SRCS_NAME += ft_get_player_spawn.c |