From b6a7560aa49b2920635756acc5f27e468c95d5b9 Mon Sep 17 00:00:00 2001 From: Moncef STITI Date: Fri, 13 Dec 2024 15:01:01 +0100 Subject: [PATCH] =?UTF-8?q?Am=C3=A9lioration=20du=20makefile?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 13fb1ae..2afdd34 100644 --- a/Makefile +++ b/Makefile @@ -216,7 +216,7 @@ clean: rm -rf docs # Génération du fichier .jar -jar: +jar: ${PACKAGE}/Main.class jar cvfm ${JARNAME} Manifest.MF -C build/ . -C libs/ . ./ressources # Documentation JavaDoc