aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 0ee3c0e..a6ab056 100644
--- a/Makefile
+++ b/Makefile
@@ -15,6 +15,7 @@ LDFLAGS = -L$(LIBFT_PATH) -lft \
NAME = cub3D
SRCFILES = main.c \
parse/parse.c \
+ parse/parse_file.c \
parse/parse_textures.c \
parse/parse_color.c \
parse/parse_resolution.c \