aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-03-21 19:57:18 +0100
committerJozanLeClerc <bousset.rudy@gmail.com>2020-03-21 19:57:18 +0100
commitfb6d429478e2a8983b52ffee7bb7b20b7bb11211 (patch)
tree0d1857684ea48edd6bb24c94f1d40c0c5b7a1cf3 /Makefile
parentGet recaled (diff)
download42-cub3d-fb6d429478e2a8983b52ffee7bb7b20b7bb11211.tar.gz
42-cub3d-fb6d429478e2a8983b52ffee7bb7b20b7bb11211.tar.bz2
42-cub3d-fb6d429478e2a8983b52ffee7bb7b20b7bb11211.tar.xz
42-cub3d-fb6d429478e2a8983b52ffee7bb7b20b7bb11211.tar.zst
42-cub3d-fb6d429478e2a8983b52ffee7bb7b20b7bb11211.zip
Starting to valgrind
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 60c2e2d..c11281d 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_init_weaps.c
#--------------------------------------------------------------------------------------------------#
SRCS = $(addprefix ${SRCS_DIR},${SRCS_NAME})
#--------------------------------------------------------------------------------------------------#