From 6cb13630e84aeb720139fda357a878839292e957 Mon Sep 17 00:00:00 2001 From: Louay DARDOURI <louay.dardouri@etu.u-pec.fr> Date: Sun, 16 Mar 2025 12:31:06 +0100 Subject: [PATCH] readme --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/README.md b/README.md index 6e62e0c..7918f8e 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@ ## Sommaire π - [Introduction](#introduction) - [Installation](#installation) +- [Structure du projet](#structure-du-projet) - [Utilisation](#utilisation) - [Tests](#tests) - [Documentation](#documentation) @@ -20,6 +21,24 @@ cd SAE32_2024 # Compiler le projet et diffuser le .JAR dans tout les rΓ©pertoires de tests make ``` +## Structure du projet +``` +SAE32_2024/ +βββ src/ # Code source du projet +β βββ fr/monlouyan/bakefile/ +β βββ BakeCLI.java +β βββ BakeEngine.java +β βββ BakefileParser.java +β βββ Rule.java +β βββ CommandExecutor.java +β βββ DependencyResolver.java +β βββ TimestampManager.java +β βββ Main.java +βββ tests/ # RΓ©pertoires de tests +βββ documentation/ # Rapport, Diagrammes +βββ Makefile # Compilation et gestion du projet +βββ README.md +``` ## Utilisation ```bash