11 lines
676 B
Makefile
11 lines
676 B
Makefile
objs/lexer/lexer_init.o: src/lexer/lexer_init.c includes/minishell.h \
|
|
includes/../libft/includes/libft.h libft/includes/error.h \
|
|
libft/includes/libft.h libft/includes/color.h libft/includes/cliopts.h \
|
|
libft/includes/lst.h libft/includes/dlst.h libft/includes/btree.h \
|
|
libft/includes/str.h libft/includes/sstr.h libft/includes/math.h \
|
|
libft/includes/mytime.h libft/includes/get_next_line.h \
|
|
libft/includes/sys.h includes/types.h includes/lexer.h \
|
|
includes/parser.h includes/ft_readline.h includes/ft_input.h \
|
|
includes/job_control.h includes/exec.h includes/builtin.h \
|
|
includes/builtin_read.h includes/glob.h includes/completion.h \
|
|
includes/hash.h
|