From dada4b12f07388262729a1b979e53e28bfb79db3 Mon Sep 17 00:00:00 2001 From: Rudy Bousset Date: Thu, 23 Jan 2020 18:46:55 +0100 Subject: Nice squares --- Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index d6f894e..05328de 100644 --- a/Makefile +++ b/Makefile @@ -19,6 +19,8 @@ INCS = cub3d.h SRCS_NAME = main.c SRCS_NAME += ft_init_lists.c SRCS_NAME += ft_key_events.c +SRCS_NAME += ft_exit.c +SRCS_NAME += ft_drawsquare.c # SRCS_NAME += ft_parse_map.c #------------------------------------------------------------------------------# SRCS = $(addprefix ${SRCS_DIR},${SRCS_NAME}) -- cgit v1.2.3