From 98639235c059e5519ab9cc392e654a8d7ef8a426 Mon Sep 17 00:00:00 2001 From: Raphael Date: Fri, 30 Jan 2026 22:18:11 +0100 Subject: [PATCH] build: adding rules ex1/ex2 to the Makefile --- C/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/C/Makefile b/C/Makefile index c1600fe..303180b 100644 --- a/C/Makefile +++ b/C/Makefile @@ -6,7 +6,7 @@ # By: rparodi +#+ +:+ +#+ # # +#+#+#+#+#+ +#+ # # Created: 2023/11/12 11:05:05 by rparodi #+# #+# # -# Updated: 2026/01/30 16:34:30 by rparodi ### ########.fr # +# Updated: 2026/01/30 22:16:49 by rparodi ### ########.fr # # # # **************************************************************************** # @@ -54,6 +54,8 @@ all: header $(NAME) footer # Exercices ex0: $(COLLEEN) +ex1: $(GRACE) +ex2: $(SULLY) # Dependences for all $(NAME): $(COLLEEN) $(GRACE) $(SULLY)