diff options
| author | Christopher Uhlig | 2024-08-11 15:15:06 +0200 |
|---|---|---|
| committer | Dominik Kaiser | 2024-08-11 15:42:30 +0200 |
| commit | 0d4f9e94f6d28a154ae4be3b918bfb014b4fa1e0 (patch) | |
| tree | ff66a099b7f364dc2e50d91b8b397df0ba1e4e0c /lib/libft/Makefile | |
| parent | 8abf7abdc9d49f52c4fcad0afc92730c4c195b7f (diff) | |
| download | minishell-0d4f9e94f6d28a154ae4be3b918bfb014b4fa1e0.tar.gz minishell-0d4f9e94f6d28a154ae4be3b918bfb014b4fa1e0.zip | |
fixed |> fixed norm added new function
Diffstat (limited to 'lib/libft/Makefile')
| -rw-r--r-- | lib/libft/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libft/Makefile b/lib/libft/Makefile index 6951c43..6f2950c 100644 --- a/lib/libft/Makefile +++ b/lib/libft/Makefile @@ -10,6 +10,7 @@ SRC = ft_atoi.c \ ft_isascii.c \ ft_isdigit.c \ ft_isprint.c \ + ft_isspace.c \ ft_itoa.c \ ft_memchr.c \ ft_memcmp.c \ |
