readme
This commit is contained in:
parent
7a2b69fba1
commit
6cb13630e8
19
README.md
19
README.md
@ -3,6 +3,7 @@
|
|||||||
## Sommaire 📖
|
## Sommaire 📖
|
||||||
- [Introduction](#introduction)
|
- [Introduction](#introduction)
|
||||||
- [Installation](#installation)
|
- [Installation](#installation)
|
||||||
|
- [Structure du projet](#structure-du-projet)
|
||||||
- [Utilisation](#utilisation)
|
- [Utilisation](#utilisation)
|
||||||
- [Tests](#tests)
|
- [Tests](#tests)
|
||||||
- [Documentation](#documentation)
|
- [Documentation](#documentation)
|
||||||
@ -20,6 +21,24 @@ cd SAE32_2024
|
|||||||
# Compiler le projet et diffuser le .JAR dans tout les répertoires de tests
|
# Compiler le projet et diffuser le .JAR dans tout les répertoires de tests
|
||||||
make
|
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
|
## Utilisation
|
||||||
```bash
|
```bash
|
||||||
|
Loading…
x
Reference in New Issue
Block a user