projet-programmation-impera.../README.md

38 lines
536 B
Markdown
Raw Normal View History

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