5 lines
99 B
Makefile
5 lines
99 B
Makefile
tri_insertion_moyen.txt: analyse_en_moyenne.py
|
|
python3 $< > $@
|
|
|
|
clean:
|
|
rm tri_insertion_moyen.txt
|