# Tableaux unidimensionnels et allocation dynamique de mémoire

- **Class** : Programmation séquentielle en C
- **Creation date** : 9 novembre 2021
- **Description** : 6e travail pratique

## Makefile configuration

### Compile the project
> `make` 

Use this command to compile the project.

### Clean the project
> `make clean`

Use this command to clean the project.