From 4a0ad4e3c1da8b036950e967eebee79e92d9e058 Mon Sep 17 00:00:00 2001 From: Lyanis Souidi Date: Sun, 27 Nov 2022 21:45:36 +0100 Subject: [PATCH] Renommage du but "start" en "run" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Modification du nom du but "start" en "run" afin de correspondre aux consignes concernant les spécificités du fichier Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 089448e..6d31c32 100644 --- a/Makefile +++ b/Makefile @@ -23,7 +23,7 @@ $(EXE) : $(OFILES) ### REGLES OPTIONNELLES ### -start : $(EXE) +run : $(EXE) ./$(EXE) clean :