little cleanup

This commit is contained in:
djonker 2023-11-05 08:04:05 +01:00
parent adc7a5bcb4
commit 55c73777db

View File

@ -6,7 +6,7 @@
# By: houtworm <codam@houtworm.net> +#+ #
# +#+ #
# 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)