Ajout des TP
This commit is contained in:
14
BUT1/DEV1.1/CM2_2/EntrainementDS2/SUJET1 /EXO 1/Makefile
Normal file
14
BUT1/DEV1.1/CM2_2/EntrainementDS2/SUJET1 /EXO 1/Makefile
Normal file
@@ -0,0 +1,14 @@
|
||||
# BUT PRINCIPAL
|
||||
repetition_ou_pas : main.o repetition.o
|
||||
gcc -ansi -pedantic -o repetition_ou_pas repetition.o main.o
|
||||
|
||||
repetition.o : repetition.c
|
||||
gcc -ansi -pedantic -c repetition.c
|
||||
|
||||
main.o : main.c repetition.h
|
||||
gcc -ansi -pedantic -c main.c
|
||||
|
||||
clean :
|
||||
rm -f main.o repetition.o
|
||||
|
||||
.PHONY : clean
|
Reference in New Issue
Block a user