rename folders
This commit is contained in:
4
Makefile
4
Makefile
@@ -5,11 +5,11 @@ CC = clang
|
||||
CFLAGS = -Wall -Wextra -Werror $(INCLUDES) -g
|
||||
|
||||
VPATH = $(DIR_SRCS)
|
||||
DIR_SRCS = src
|
||||
DIR_SRCS = srcs
|
||||
|
||||
INCLUDES = -I$(HEADERS_D) -I$(LIBFT_D)
|
||||
|
||||
HEADERS_D = ./header
|
||||
HEADERS_D = ./headers
|
||||
HEADERS = minishell.h
|
||||
|
||||
LIBS = -L $(LIBFT_D) -lft \
|
||||
|
||||
Reference in New Issue
Block a user