From 8b6e91bdb56bc01a588718472546f2a88e750b48 Mon Sep 17 00:00:00 2001 From: Charles Date: Fri, 19 Jul 2019 07:04:04 +0200 Subject: c10 done?, c11 moulinetted (ex04, ex06 need correction) --- c10/ex02/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'c10/ex02/Makefile') diff --git a/c10/ex02/Makefile b/c10/ex02/Makefile index d36a1f8..c1e2c10 100644 --- a/c10/ex02/Makefile +++ b/c10/ex02/Makefile @@ -6,13 +6,13 @@ # By: cacharle +#+ +:+ +#+ # # +#+#+#+#+#+ +#+ # # Created: 2019/07/16 14:50:02 by cacharle #+# #+# # -# Updated: 2019/07/17 13:05:52 by cacharle ### ########.fr # +# Updated: 2019/07/19 06:47:44 by cacharle ### ########.fr # # # # **************************************************************************** # OUT = ft_tail CC = gcc -CCFLAGS = -Wall -Wextra #-Werror +CCFLAGS = -Wall -Wextra -Werror SRC = main.c file.c handle_error.c helper.c OBJ = $(SRC:.c=.o) @@ -33,3 +33,5 @@ clean: fclean: clean rm -f $(OUT) +.PHONY: re +re: fclean all -- cgit