Few edits for readability, cleaning + README edit
This commit is contained in:
6
Makefile
6
Makefile
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user