Skip to content
Snippets Groups Projects
Select Git revision
  • f88cbf432729be657dac4a3cef103855d5518e1d
  • main default protected
  • develop
3 results

progseq-puissance4

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.