TP3 Squelette
This commit is contained in:
parent
a677934b85
commit
d81774543b
2 changed files with 239 additions and 0 deletions
7
S2/TP3/Makefile
Normal file
7
S2/TP3/Makefile
Normal file
|
@ -0,0 +1,7 @@
|
|||
lexique.py:
|
||||
wget "http://www.fil.univ-lille1.fr/~L1S2API/CoursTP/tp_bataille_navale.zip"
|
||||
unzip tp_bataille_navale.zip
|
||||
rm -rf tp_bataille_navale.zip
|
||||
|
||||
clean:
|
||||
rm -rf bataille_navale_graphique.py bataille_navale_squelette.py
|
Reference in a new issue