aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-01-25 19:11:02 +0100
committerJozanLeClerc <bousset.rudy@gmail.com>2020-01-25 19:11:02 +0100
commit2c44469c6b14562b16f26f578d91102a4f6cdc02 (patch)
treed54bbdb6e0c04eb72fac6f327ef45ee8ea7ef243 /Makefile
parentFunction to print the lists (diff)
download42-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 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 36647ee..f826999 100644
--- a/Makefile
+++ b/Makefile
@@ -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