Fichier Makefile terminé, avec la création des fichiers d'en-tête

This commit is contained in:
2023-12-01 19:06:10 +01:00
parent c72c4c4c1e
commit a7f7142baf
5 changed files with 55 additions and 7 deletions

View File

@@ -6,5 +6,7 @@
int main(void) {
start();
return EXIT_SUCCESS;
}