summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDominik Kaiser2024-05-14 14:12:42 +0200
committerDominik Kaiser2024-05-14 14:12:42 +0200
commit11c24e171b4dca0b751fc3f43b4d72121106599e (patch)
tree1ff7cee9eac1c133cd8dca3bfa528bff0a7b6697 /Makefile
parent300128b8b0eaf4e6dd04c076887721dc645c939e (diff)
downloadso_long-11c24e171b4dca0b751fc3f43b4d72121106599e.tar.gz
so_long-11c24e171b4dca0b751fc3f43b4d72121106599e.zip
Add map_utils.c
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 84d93f3..51de300 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
+ collision.c map_utils.c
OBJ_DIR := obj
OBJ := $(addprefix $(OBJ_DIR)/, $(SRC:%.c=%.o))