diff --git a/Makefile b/Makefile index 0e988b9..3412586 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ # By: houtworm +#+ # # +#+ # # Created: 2023/10/26 10:46:29 by houtworm #+# #+# # -# Updated: 2023/11/05 07:27:22 by houtworm ######## odam.nl # +# Updated: 2023/11/05 08:02:39 by houtworm ######## odam.nl # # # # **************************************************************************** # @@ -19,16 +19,19 @@ LIB =libft/libft.a getnextline/get_next_line.a mlx/build/libmlx42.a -ldl -lglf SRC =src/main/main.c\ src/main/init.c\ src/main/error.c\ + src/main/cleanup.c\ src/parse/parse.c\ src/parse/map.c\ src/draw/raycast.c\ src/draw/world.c\ src/draw/texture.c\ + src/draw/stats.c\ src/input/game.c\ src/input/move.c\ src/input/turn.c\ src/input/rest.c\ - src/sprite/draw.c + src/sprite/draw.c\ + src/sprite/pickup.c OBJ =$(SRC:src/%.c=obj/%.o) all: libft getnextline mlx/build/mlx42.a $(NAME)