aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorRudy Bousset <rbousset@z2r4p3.le-101.fr>2020-03-09 19:28:45 +0100
committerRudy Bousset <rbousset@z2r4p3.le-101.fr>2020-03-09 19:28:45 +0100
commit0b14b6447562d2ce7814fc188c988fb1cbf890c2 (patch)
treee84889ea7edd1b3b4b6b072544e1a0f672a07243 /Makefile
parentMerge branch 'shpritz' (diff)
download42-cub3d-0b14b6447562d2ce7814fc188c988fb1cbf890c2.tar.gz
42-cub3d-0b14b6447562d2ce7814fc188c988fb1cbf890c2.tar.bz2
42-cub3d-0b14b6447562d2ce7814fc188c988fb1cbf890c2.tar.xz
42-cub3d-0b14b6447562d2ce7814fc188c988fb1cbf890c2.tar.zst
42-cub3d-0b14b6447562d2ce7814fc188c988fb1cbf890c2.zip
Norme is pretty bav
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 3a0f6c1..f8fb71e 100644
--- a/Makefile
+++ b/Makefile
@@ -72,6 +72,7 @@ SRCS_NAME += ft_key_loop.c
SRCS_NAME += ft_draw_hud.c
SRCS_NAME += ft_music.c
SRCS_NAME += ft_draw_sprite.c
+SRCS_NAME += ft_draw_sprite_extra.c
SRCS_NAME += ft_warp_level.c
SRCS_NAME += ft_save_to_bmp.c
SRCS_NAME += ft_treat_args.c