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"