diff options
| author | Dominik Kaiser | 2024-05-14 14:12:42 +0200 |
|---|---|---|
| committer | Dominik Kaiser | 2024-05-14 14:12:42 +0200 |
| commit | 11c24e171b4dca0b751fc3f43b4d72121106599e (patch) | |
| tree | 1ff7cee9eac1c133cd8dca3bfa528bff0a7b6697 /Makefile | |
| parent | 300128b8b0eaf4e6dd04c076887721dc645c939e (diff) | |
| download | so_long-11c24e171b4dca0b751fc3f43b4d72121106599e.tar.gz so_long-11c24e171b4dca0b751fc3f43b4d72121106599e.zip | |
Add map_utils.c
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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)) |
