From fc074e311232e90d997aa4062c63225380190bd3 Mon Sep 17 00:00:00 2001 From: Dominik Kaiser Date: Wed, 29 May 2024 16:34:17 +0200 Subject: Add map checking --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 51de300..6bfaf36 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ LIBS = -Llibft -lft -lm -LMLX42/build -lmlx42 -ldl -lglfw -pthread VPATH := src SRC = main.c init.c loop.c input.c draw.c tilemap.c player_process.c \ - collision.c map_utils.c + collision.c map_utils.c check_map.c check_for_valid_path.c OBJ_DIR := obj OBJ := $(addprefix $(OBJ_DIR)/, $(SRC:%.c=%.o)) -- cgit v1.2.3