aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorsalaaad2 <arthudurant263@gmail.com>2020-03-20 22:46:39 +0100
committersalaaad2 <arthudurant263@gmail.com>2020-03-20 22:46:39 +0100
commit06538ab3ac3f2a0ef4a8199ce3292b164f5d09a5 (patch)
treeb3a2c3e90b0680125f51dcc441fb5b23d8f0c6d2 /Makefile
parentbefore norme (diff)
download42-cub3d-06538ab3ac3f2a0ef4a8199ce3292b164f5d09a5.tar.gz
42-cub3d-06538ab3ac3f2a0ef4a8199ce3292b164f5d09a5.tar.bz2
42-cub3d-06538ab3ac3f2a0ef4a8199ce3292b164f5d09a5.tar.xz
42-cub3d-06538ab3ac3f2a0ef4a8199ce3292b164f5d09a5.tar.zst
42-cub3d-06538ab3ac3f2a0ef4a8199ce3292b164f5d09a5.zip
GAME AWARDS 2020
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 60c2e2d..71f7fc0 100644
--- a/Makefile
+++ b/Makefile
@@ -114,6 +114,7 @@ SRCS_NAME += ft_draw_weapons.c
SRCS_NAME += ft_draw_weapons_extra.c
SRCS_NAME += ft_draw_handweap.c
SRCS_NAME += ft_switch_weapons.c
+SRCS_NAME += ft_shoot.c
#--------------------------------------------------------------------------------------------------#
SRCS = $(addprefix ${SRCS_DIR},${SRCS_NAME})
#--------------------------------------------------------------------------------------------------#