vgsfjij
This commit is contained in:
8
DEV1.1S/CM/MakeFile
Normal file
8
DEV1.1S/CM/MakeFile
Normal 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
|
Reference in New Issue
Block a user