fin exo 2
This commit is contained in:
parent
f5dfce1617
commit
3f3cacd727
11
2020-2021/S3T_TP_00_REVISIONS/Demo_make/Makefile
Normal file
11
2020-2021/S3T_TP_00_REVISIONS/Demo_make/Makefile
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
appli.exe: bonjour.o util_afficher.o
|
||||||
|
gcc -g bonjour.o util_afficher.o -o appli.exe
|
||||||
|
|
||||||
|
bonjour.o: bonjour.c util_afficher.h
|
||||||
|
gcc -g -c -Wall bonjour.c
|
||||||
|
|
||||||
|
util_afficher.o: util_afficher.c util_afficher.h
|
||||||
|
gcc -g -c -Wall util_afficher.c
|
||||||
|
|
||||||
|
clean:
|
||||||
|
rm -f bonjour.o util_afficher.o appli
|
Loading…
x
Reference in New Issue
Block a user