Few edits for readability, cleaning + README edit

This commit is contained in:
Manzovince
2019-04-27 15:16:34 +02:00
parent fa281b58ea
commit 3e20319691
8 changed files with 24 additions and 37 deletions

View File

@@ -6,7 +6,7 @@
# By: vmanzoni <vmanzoni@student.42.fr> +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ #
# Created: 2019/03/01 13:24:35 by vmanzoni #+# #+# #
# Updated: 2019/04/27 14:57:20 by vmanzoni ### ########.fr #
# Updated: 2019/04/27 15:12:16 by vmanzoni ### ########.fr #
# #
# **************************************************************************** #
@@ -19,7 +19,7 @@ SRCS = main.c \
read_file.c \
handle_errors.c \
parse_input.c \
# add_to_list.c \
# add_to_list.c \ #DELETE BEFORE EVAL - NOT USED ANYMORE
# get_smallest_square.c \
print_fillit.c
@@ -46,7 +46,7 @@ clean:
$(RM) $(OBJ_DIR)
fclean: clean
make -C libft/ fclean
make -C $(LIB) fclean
$(RM) $(NAME)
re: fclean all