aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-03-01 22:54:56 +0100
committerJozanLeClerc <bousset.rudy@gmail.com>2020-03-01 22:54:56 +0100
commit459016417094600407756ebe7d387cdc5e4ca6d2 (patch)
tree1a0963fe89f5fa9e173198cd143c5c5ef142952c /Makefile
parentCool code man (diff)
download42-cub3d-459016417094600407756ebe7d387cdc5e4ca6d2.tar.gz
42-cub3d-459016417094600407756ebe7d387cdc5e4ca6d2.tar.bz2
42-cub3d-459016417094600407756ebe7d387cdc5e4ca6d2.tar.xz
42-cub3d-459016417094600407756ebe7d387cdc5e4ca6d2.tar.zst
42-cub3d-459016417094600407756ebe7d387cdc5e4ca6d2.zip
Norme
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 4e155d4..87f9309 100644
--- a/Makefile
+++ b/Makefile
@@ -67,6 +67,7 @@ SRCS_NAME += ft_music.c
SRCS_NAME += ft_draw_sprite.c
SRCS_NAME += ft_warp_level.c
SRCS_NAME += ft_save_to_bmp.c
+SRCS_NAME += ft_treat_args.c
#--------------------------------------------------------------------------------------------------#
SRCS = $(addprefix ${SRCS_DIR},${SRCS_NAME})
#--------------------------------------------------------------------------------------------------#