aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-03-23 22:31:15 +0100
committerJozanLeClerc <bousset.rudy@gmail.com>2020-03-23 22:31:15 +0100
commit5ad03a84ee06712ef4331a173c710657da70d0d0 (patch)
treebc5cef668090ea62ddff826ca9f89dabaeedd50f /Makefile
parentSome threads (diff)
download42-cub3d-5ad03a84ee06712ef4331a173c710657da70d0d0.tar.gz
42-cub3d-5ad03a84ee06712ef4331a173c710657da70d0d0.tar.bz2
42-cub3d-5ad03a84ee06712ef4331a173c710657da70d0d0.tar.xz
42-cub3d-5ad03a84ee06712ef4331a173c710657da70d0d0.tar.zst
42-cub3d-5ad03a84ee06712ef4331a173c710657da70d0d0.zip
got work to do
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 2c953e7..4534a1e 100644
--- a/Makefile
+++ b/Makefile
@@ -129,6 +129,8 @@ SRCS_NAME += ft_draw_map_back.c
SRCS_NAME += ft_draw_ammo_back.c
SRCS_NAME += ft_draw_ammo_bar.c
SRCS_NAME += ft_shoot.c
+SRCS_NAME += ft_hud_threads.c
+SRCS_NAME += ft_hud_threads_next.c
#--------------------------------------------------------------------------------------------------#
SRCS = $(addprefix ${SRCS_DIR},${SRCS_NAME})
#--------------------------------------------------------------------------------------------------#