summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDominik Kaiser2024-05-29 16:34:17 +0200
committerDominik Kaiser2024-05-29 16:34:17 +0200
commitfc074e311232e90d997aa4062c63225380190bd3 (patch)
tree0dab1b550b76d0f27ff969c76c4da09c8a8b43e8 /Makefile
parent9e62e1d25ed48263ad54ea236df1907a3a96790d (diff)
downloadso_long-fc074e311232e90d997aa4062c63225380190bd3.tar.gz
so_long-fc074e311232e90d997aa4062c63225380190bd3.zip
Add map checking
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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))