diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-01-25 19:11:02 +0100 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-01-25 19:11:02 +0100 |
commit | 2c44469c6b14562b16f26f578d91102a4f6cdc02 (patch) | |
tree | d54bbdb6e0c04eb72fac6f327ef45ee8ea7ef243 /Makefile | |
parent | Function to print the lists (diff) | |
download | 42-cub3d-2c44469c6b14562b16f26f578d91102a4f6cdc02.tar.gz 42-cub3d-2c44469c6b14562b16f26f578d91102a4f6cdc02.tar.bz2 42-cub3d-2c44469c6b14562b16f26f578d91102a4f6cdc02.tar.xz 42-cub3d-2c44469c6b14562b16f26f578d91102a4f6cdc02.tar.zst 42-cub3d-2c44469c6b14562b16f26f578d91102a4f6cdc02.zip |
not too bad
Diffstat (limited to '')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -25,6 +25,7 @@ SRCS_NAME += ft_parse_map.c SRCS_NAME += ft_get_res.c SRCS_NAME += ft_get_tex.c SRCS_NAME += ft_get_sprite_tex.c +SRCS_NAME += ft_get_colors.c SRCS_NAME += ft_check_empty_line.c SRCS_NAME += ft_free_words.c SRCS_NAME += ft_map_error.c |