mirror of
https://codeberg.org/la-chouette/minishell.git
synced 2025-12-06 07:28:09 +01:00
get_command refactor: put into own file
This commit is contained in:
parent
486dec7bb7
commit
abea59eba4
4 changed files with 75 additions and 42 deletions
1
Makefile
1
Makefile
|
|
@ -24,6 +24,7 @@ srcs = \
|
|||
src/env/env_manip.c \
|
||||
src/env/envp.c \
|
||||
src/ft_errno.c \
|
||||
src/get_command.c \
|
||||
src/parser/matchers/identifier.c \
|
||||
src/parser/matchers/metacharacter.c \
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue