aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorRudy Bousset <rbousset@z2r5p2.le-101.fr>2020-02-29 20:39:06 +0100
committerRudy Bousset <rbousset@z2r5p2.le-101.fr>2020-02-29 20:39:06 +0100
commit69773438b156d74db51287301ae0fdb456fec0a2 (patch)
tree5d102095cef27e4df6296a5d978c5b6cf0b0a453 /Makefile
parentRemoved opti flags (diff)
download42-cub3d-69773438b156d74db51287301ae0fdb456fec0a2.tar.gz
42-cub3d-69773438b156d74db51287301ae0fdb456fec0a2.tar.bz2
42-cub3d-69773438b156d74db51287301ae0fdb456fec0a2.tar.xz
42-cub3d-69773438b156d74db51287301ae0fdb456fec0a2.tar.zst
42-cub3d-69773438b156d74db51287301ae0fdb456fec0a2.zip
Argv in progress
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index b0ea728..9f643a4 100644
--- a/Makefile
+++ b/Makefile
@@ -66,6 +66,7 @@ SRCS_NAME += ft_draw_hud.c
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 = $(addprefix ${SRCS_DIR},${SRCS_NAME})
#--------------------------------------------------------------------------------------------------#