progseq-puissance4
- Class : Programmation séquentielle en C
- Creation date : 14 décembre 2021
- Description : 10e 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.
Run the tests
make test
./test
Use this command to compile and start the tests.