Amélioration du README.MD + Ajout d'une nouvelle règle dans le makefile

This commit is contained in:
2024-12-13 19:35:02 +01:00
parent b33495327f
commit 802e605b4a
2 changed files with 8 additions and 0 deletions

View File

@@ -219,6 +219,9 @@ clean:
jar: ${PACKAGE}/Main.class
jar cvfm ${JARNAME} Manifest.MF -C build/ . -C libs/ . ./ressources
seedoc:
firefox ./docs/index.html &
# Documentation JavaDoc
javadoc:
javadoc -d docs -sourcepath src -subpackages fr.monkhanny.dorfromantik -classpath libs/mariadb-client.jar