add gnl to libft
This commit is contained in:
6
Makefile
6
Makefile
@@ -6,7 +6,7 @@ NAME = libft.a
|
||||
CC = gcc
|
||||
VPATH = srcs/
|
||||
|
||||
IDIR = .
|
||||
IDIR = ./includes
|
||||
_DEP = libft.h
|
||||
DEPS = $(_DEP:%.h=$(IDIR)/%.h)
|
||||
|
||||
@@ -91,7 +91,9 @@ SRCS = ft_memset.c \
|
||||
ft_foreach.c \
|
||||
ft_issort.c \
|
||||
ft_arraymap.c \
|
||||
ft_strmultisplit.c
|
||||
ft_strmultisplit.c \
|
||||
\
|
||||
get_next_line.c
|
||||
|
||||
ODIR = ./builds
|
||||
OBJS = $(SRCS:%.c=$(ODIR)/%.o)
|
||||
|
||||
Reference in New Issue
Block a user