Améliorations du code en ajoutant des patterns/regex + Amélioration du mode debug

This commit is contained in:
2025-02-04 16:27:07 +01:00
parent d8cd0c785b
commit 238a02796b
9 changed files with 72 additions and 25 deletions

View File

@@ -1,2 +1,2 @@
main: main.c
gcc -o main main.c
gcc -o main main.c

Binary file not shown.

View File

@@ -2,5 +2,6 @@
int main(void) {
printf("Ceci est un programme de test du Bakefile !\n");
printf("test\n");
return 0;
}