diff options
author | Rudy Bousset <rbousset@z2r4p3.le-101.fr> | 2020-02-04 20:17:21 +0100 |
---|---|---|
committer | Rudy Bousset <rbousset@z2r4p3.le-101.fr> | 2020-02-04 20:17:21 +0100 |
commit | d74aa337b4260840afd8e6b1ab99acc29dc0e9d9 (patch) | |
tree | 62f0367ee063850f94f9fe62a8a8ba911ed5d89c /Makefile | |
parent | useless change (diff) | |
download | 42-cub3d-d74aa337b4260840afd8e6b1ab99acc29dc0e9d9.tar.gz 42-cub3d-d74aa337b4260840afd8e6b1ab99acc29dc0e9d9.tar.bz2 42-cub3d-d74aa337b4260840afd8e6b1ab99acc29dc0e9d9.tar.xz 42-cub3d-d74aa337b4260840afd8e6b1ab99acc29dc0e9d9.tar.zst 42-cub3d-d74aa337b4260840afd8e6b1ab99acc29dc0e9d9.zip |
new func
Diffstat (limited to '')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -36,6 +36,7 @@ SRCS_NAME += ft_map_error.c SRCS_NAME += ft_init_winlx.c SRCS_NAME += ft_drawmap.c SRCS_NAME += ft_print_list.c +SRCS_NAME += ft_rgb_to_hex.c #------------------------------------------------------------------------------# SRCS = $(addprefix ${SRCS_DIR},${SRCS_NAME}) #------------------------------------------------------------------------------# |