projet-programmation-impera.../README.md
2021-11-06 14:06:16 +01:00

38 lines
536 B
Markdown

# Building
```
$ colormake
```
# Cleaning
```
$ make clean
```
# Testing
```
$ make test
```
# Tree
. \
├── build \
├── doc \
├── livrables \
│ ├── raffinages.txt \
│ └── rapport.pdf \
├── Makefile \
├── README.md \
├── src \
│ ├── google_creux.adb \
│ ├── google_creux.ads \
│ ├── google_Naif.adb \
│ ├── google_Naif.ads \
│ ├── pagerank.adb \
│ ├── vector.adb \
│ └── vector.ads \
└── test_pagerank.bash \