From a19222c3f309105d9ea7d93fc4a95da6e5e68a33 Mon Sep 17 00:00:00 2001 From: Rudy Bousset Date: Sun, 9 Feb 2020 20:18:55 +0100 Subject: new file --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 3bf1c00..f645188 100644 --- a/Makefile +++ b/Makefile @@ -18,6 +18,7 @@ INCS = cub3d.h #------------------------------------------------------------------------------# SRCS_NAME = main.c SRCS_NAME += ft_init_lists.c +SRCS_NAME += ft_hooks_and_loops.c SRCS_NAME += ft_key_events.c SRCS_NAME += ft_click_close.c SRCS_NAME += ft_exit.c -- cgit v1.2.3