From 01182a7f6491ed1ca476e02d9fdc3bea3d401548 Mon Sep 17 00:00:00 2001 From: Justine Yannis Date: Fri, 11 Nov 2022 20:43:23 +0100 Subject: [PATCH] =?UTF-8?q?Lancement=20du=20jeu=20en=20arri=C3=A8re=20plan?= =?UTF-8?q?=20avec=20make=20run?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- projetAgile/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projetAgile/Makefile b/projetAgile/Makefile index 84ae5cc..25c8bfc 100644 --- a/projetAgile/Makefile +++ b/projetAgile/Makefile @@ -172,7 +172,7 @@ doc : @echo "Finished" run: ArgileGames.jar - @java -jar ArgileGames.jar + @java -jar ArgileGames.jar& clean : @rm -rf build/*