En moyenne Fin
This commit is contained in:
parent
82b9c3aa6f
commit
6203f708be
3 changed files with 9 additions and 0 deletions
5
S2/TP4/Makefile
Normal file
5
S2/TP4/Makefile
Normal file
|
@ -0,0 +1,5 @@
|
|||
tri_insertion_moyen.txt: analyse_en_moyenne.py
|
||||
python3 $< > $@
|
||||
|
||||
clean:
|
||||
rm tri_insertion_moyen.txt
|
Reference in a new issue