aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorRudy Bousset <rbousset@z2r4p3.le-101.fr>2020-02-09 20:18:55 +0100
committerRudy Bousset <rbousset@z2r4p3.le-101.fr>2020-02-09 20:18:55 +0100
commita19222c3f309105d9ea7d93fc4a95da6e5e68a33 (patch)
tree92044dfc9ae5aa4a38280cf38b95e75be5210593 /Makefile
parentBetter names (diff)
download42-cub3d-a19222c3f309105d9ea7d93fc4a95da6e5e68a33.tar.gz
42-cub3d-a19222c3f309105d9ea7d93fc4a95da6e5e68a33.tar.bz2
42-cub3d-a19222c3f309105d9ea7d93fc4a95da6e5e68a33.tar.xz
42-cub3d-a19222c3f309105d9ea7d93fc4a95da6e5e68a33.tar.zst
42-cub3d-a19222c3f309105d9ea7d93fc4a95da6e5e68a33.zip
new file
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
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