little cleanup
This commit is contained in:
parent
adc7a5bcb4
commit
55c73777db
7
Makefile
7
Makefile
@ -6,7 +6,7 @@
|
|||||||
# By: houtworm <codam@houtworm.net> +#+ #
|
# By: houtworm <codam@houtworm.net> +#+ #
|
||||||
# +#+ #
|
# +#+ #
|
||||||
# Created: 2023/10/26 10:46:29 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 =src/main/main.c\
|
||||||
src/main/init.c\
|
src/main/init.c\
|
||||||
src/main/error.c\
|
src/main/error.c\
|
||||||
|
src/main/cleanup.c\
|
||||||
src/parse/parse.c\
|
src/parse/parse.c\
|
||||||
src/parse/map.c\
|
src/parse/map.c\
|
||||||
src/draw/raycast.c\
|
src/draw/raycast.c\
|
||||||
src/draw/world.c\
|
src/draw/world.c\
|
||||||
src/draw/texture.c\
|
src/draw/texture.c\
|
||||||
|
src/draw/stats.c\
|
||||||
src/input/game.c\
|
src/input/game.c\
|
||||||
src/input/move.c\
|
src/input/move.c\
|
||||||
src/input/turn.c\
|
src/input/turn.c\
|
||||||
src/input/rest.c\
|
src/input/rest.c\
|
||||||
src/sprite/draw.c
|
src/sprite/draw.c\
|
||||||
|
src/sprite/pickup.c
|
||||||
OBJ =$(SRC:src/%.c=obj/%.o)
|
OBJ =$(SRC:src/%.c=obj/%.o)
|
||||||
|
|
||||||
all: libft getnextline mlx/build/mlx42.a $(NAME)
|
all: libft getnextline mlx/build/mlx42.a $(NAME)
|
||||||
|
Loading…
Reference in New Issue
Block a user