From 11dd6dbd1230c17371263c493f8ef2c707311187 Mon Sep 17 00:00:00 2001 From: Antoine Riard Date: Fri, 16 Jun 2017 18:25:14 +0200 Subject: [PATCH] fix missing seperator on makefile --- libft/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libft/Makefile b/libft/Makefile index 1401d302..ab735ac7 100644 --- a/libft/Makefile +++ b/libft/Makefile @@ -198,7 +198,7 @@ str/ft_strtrim.c\ time/ft_mytime_free.c\ time/ft_mytime_get.c\ time/ft_time_isrecent.c\ -sys/open_new.c +sys/open_new.c\ htb/ft_hash_string.c\ htb/hashtab_init.c\ htb/hashtab_insert.c\