From dfd21e6126f0377a85ad90ebd29ca4678279d5de Mon Sep 17 00:00:00 2001 From: Pradheep Unnikrishnan <pradheep.unnikrishnan@etu.unistra.fr> Date: Tue, 19 Mar 2024 21:44:08 +0100 Subject: [PATCH] Suppression d'une ligne inutile dans le makefile --- TP3_SUITE_TP2_CLONE/code_modifie/reorganisation/makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/TP3_SUITE_TP2_CLONE/code_modifie/reorganisation/makefile b/TP3_SUITE_TP2_CLONE/code_modifie/reorganisation/makefile index 11b10b5..b83b969 100644 --- a/TP3_SUITE_TP2_CLONE/code_modifie/reorganisation/makefile +++ b/TP3_SUITE_TP2_CLONE/code_modifie/reorganisation/makefile @@ -9,8 +9,6 @@ $(EXEC): $(OBJETS) $(CC) $(CFLAGS) -o $@ $^ @echo "\n\033[32mCompilation éxécuté avec succès\033[0m" -%.o : %.h - %.o : %.c @echo "\n\033[31m--------------COMPILATION DU PROGRAMME -------------------------------------\033[0m\n" $(CC) $(CFLAGS) -c $< -- GitLab