From d74aa337b4260840afd8e6b1ab99acc29dc0e9d9 Mon Sep 17 00:00:00 2001 From: Rudy Bousset Date: Tue, 4 Feb 2020 20:17:21 +0100 Subject: new func --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 9ba60e9..7f4eee6 100644 --- a/Makefile +++ b/Makefile @@ -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}) #------------------------------------------------------------------------------# -- cgit v1.2.3