diff options
author | Rudy Bousset <rbousset@z2r5p2.le-101.fr> | 2020-02-29 20:39:06 +0100 |
---|---|---|
committer | Rudy Bousset <rbousset@z2r5p2.le-101.fr> | 2020-02-29 20:39:06 +0100 |
commit | 69773438b156d74db51287301ae0fdb456fec0a2 (patch) | |
tree | 5d102095cef27e4df6296a5d978c5b6cf0b0a453 /Makefile | |
parent | Removed opti flags (diff) | |
download | 42-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-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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}) #--------------------------------------------------------------------------------------------------# |