diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-03-23 22:31:15 +0100 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-03-23 22:31:15 +0100 |
commit | 5ad03a84ee06712ef4331a173c710657da70d0d0 (patch) | |
tree | bc5cef668090ea62ddff826ca9f89dabaeedd50f /Makefile | |
parent | Some threads (diff) | |
download | 42-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-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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}) #--------------------------------------------------------------------------------------------------# |