mirror of
https://codeberg.org/la-chouette/minishell.git
synced 2025-12-06 07:28:09 +01:00
ft_errno: integrate ft_errno library
This commit is contained in:
parent
660d785237
commit
30d32a1d53
3 changed files with 99 additions and 0 deletions
1
Makefile
1
Makefile
|
|
@ -22,6 +22,7 @@ srcs = \
|
|||
src/env_get.c \
|
||||
src/env_manip.c \
|
||||
src/env_manip_utils.c \
|
||||
src/ft_errno.c \
|
||||
src/parser/matchers/metacharacter.c \
|
||||
|
||||
objs = $(srcs:.c=.o)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue