aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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)