This commit is contained in:
2023-02-08 11:18:16 +01:00
parent 639fd8c410
commit 7021891e9c
60 changed files with 1218 additions and 0 deletions

8
DEV1.1S/CM/MakeFile Normal file
View File

@@ -0,0 +1,8 @@
exo1 : fonction.o exo1.o
gcc -o exo1 fonction.o exo1.o
fonction.o : fonction.c fonction.h
gcc -c fonction.c
exo.o : exo1.c exo1.h
gcc -c exo1.c