aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorCharles <sircharlesaze@gmail.com>2019-11-13 17:29:19 +0100
committerCharles <sircharlesaze@gmail.com>2019-11-13 17:29:19 +0100
commitb71e91e052a2884626c297cb014cbe2b63131c80 (patch)
tree1a3c081fa637662553f292b6305390229bc2591e /Makefile
parent2007f61ef09c0b538aca2a7f20428f81175f322f (diff)
downloadcub3d-b71e91e052a2884626c297cb014cbe2b63131c80.tar.gz
cub3d-b71e91e052a2884626c297cb014cbe2b63131c80.tar.bz2
cub3d-b71e91e052a2884626c297cb014cbe2b63131c80.zip
Basic parsing structure, Added subject
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d461a2e..e4296bb 100644
--- a/Makefile
+++ b/Makefile
@@ -7,7 +7,7 @@ LDFLAGS = -L$(LIBFT_PATH) -lft
NAME = cub3D
SRC = main.c
OBJ = $(SRC:.c=.o)
-INCLUDE = header.h
+INCLUDE = cub3d.h
all: libft_all $(NAME)