From a96049791d435236930f52273a881b12abc34e6e Mon Sep 17 00:00:00 2001 From: "pro.boooooo" Date: Mon, 28 Nov 2022 02:18:41 +0100 Subject: [PATCH] $ --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index b99a665..7db6eaa 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,7 @@ # Commandes JAVAC = javac JAVA = java +JAR = $(JAVA) -jar JAVADOC = javadoc OPTION_DOCS = -d docs/ OPTION_COMPILE = -d build/ -cp "src/Test/libs/mariadb-connector.jar"